⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176546 in webkit


Ignore:
Timestamp:
Nov 26, 2014, 12:08:17 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][GTK] Bump up FDE relocation fixing patch to version accepted to LLVM trunk.
https://bugs.webkit.org/show_bug.cgi?id=139047

Patch by Akos Kiss <akiss@inf.u-szeged.hu> on 2014-11-26
Reviewed by Carlos Garcia Campos.

  • efl/jhbuild.modules:
  • efl/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch: Added.
  • efl/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Removed.
  • gtk/jhbuild-optional.modules:
  • gtk/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch: Added.
  • gtk/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Removed.
Location:
trunk/Tools
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r176539 r176546  
     12014-11-26  Akos Kiss  <akiss@inf.u-szeged.hu>
     2
     3        [EFL][GTK] Bump up FDE relocation fixing patch to version accepted to LLVM trunk.
     4        https://bugs.webkit.org/show_bug.cgi?id=139047
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * efl/jhbuild.modules:
     9        * efl/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch: Added.
     10        * efl/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Removed.
     11        * gtk/jhbuild-optional.modules:
     12        * gtk/patches/llvm-elf-allow-fde-references-outside-the-2gb-range.patch: Added.
     13        * gtk/patches/llvm-elf-fix-x86_64-fdecfiencoding.patch: Removed.
     14
    1152014-11-25  Tanay C  <tanay.c@samsung.com>
    216
  • trunk/Tools/efl/jhbuild.modules

    r176514 r176546  
    143143            module="/releases/3.5.0/llvm-3.5.0.src.tar.xz" version="3.5.0" checkoutdir="llvm"
    144144            hash="sha256:28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03">
    145       <patch file="llvm-elf-fix-x86_64-fdecfiencoding.patch" strip="1"/>
     145      <patch file="llvm-elf-allow-fde-references-outside-the-2gb-range.patch" strip="1"/>
    146146      <patch file="llvm-elf-add-stackmaps.patch" strip="1"/>
    147147    </branch>
  • trunk/Tools/gtk/jhbuild-optional.modules

    r175465 r176546  
    5050            module="/releases/3.5.0/llvm-3.5.0.src.tar.xz" version="3.5.0" checkoutdir="llvm-3.5.0"
    5151            hash="sha256:28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03">
    52       <patch file="llvm-elf-fix-x86_64-fdecfiencoding.patch" strip="1"/>
     52      <patch file="llvm-elf-allow-fde-references-outside-the-2gb-range.patch" strip="1"/>
    5353      <patch file="llvm-elf-add-stackmaps.patch" strip="1"/>
    5454    </branch>
Note: See TracChangeset for help on using the changeset viewer.