diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 21:52:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 21:52:07 +0000 |
commit | f32e632a8f71c2426c798f783e75261d157a0dfd (patch) | |
tree | 6e6a470a8b6f22cc1140d362365c64e107650f08 /ld/testsuite | |
parent | 1795d8edbdd84d8bec3abdc6faf804da15d67d48 (diff) | |
download | binutils-redhat-f32e632a8f71c2426c798f783e75261d157a0dfd.tar.gz |
Don't skip ld-elf/eh[1-4].d for x32
* ld-elf/eh1.d: Don't skip x86_64-*-linux-gnux32.
* ld-elf/eh2.d: Likewise.
* ld-elf/eh3.d: Likewise.
* ld-elf/eh4.d: Likewise.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/eh1.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/eh2.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/eh3.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/eh4.d | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 895e19bbbb..8147215341 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,12 @@ 2012-05-22 H.J. Lu <hongjiu.lu@intel.com> + * ld-elf/eh1.d: Don't skip x86_64-*-linux-gnux32. + * ld-elf/eh2.d: Likewise. + * ld-elf/eh3.d: Likewise. + * ld-elf/eh4.d: Likewise. + +2012-05-22 H.J. Lu <hongjiu.lu@intel.com> + * ld-x86-64/ilp32-11.s Add ".space 0x1000" before func. (func): Make it global and hidden. * ld-x86-64/ilp32-11.d: Updated. diff --git a/ld/testsuite/ld-elf/eh1.d b/ld/testsuite/ld-elf/eh1.d index 0fa41465a1..4455b0d9cb 100644 --- a/ld/testsuite/ld-elf/eh1.d +++ b/ld/testsuite/ld-elf/eh1.d @@ -3,7 +3,6 @@ #as: --64 #ld: -melf_x86_64 -Ttext 0x400078 #readelf: -wf -#notarget: x86_64-*-linux-gnux32 #target: x86_64-*-* Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-elf/eh2.d b/ld/testsuite/ld-elf/eh2.d index c63abb5b56..c5b5a73a33 100644 --- a/ld/testsuite/ld-elf/eh2.d +++ b/ld/testsuite/ld-elf/eh2.d @@ -3,7 +3,6 @@ #as: --64 #ld: -melf_x86_64 -Ttext 0x400078 #readelf: -wf -#notarget: x86_64-*-linux-gnux32 #target: x86_64-*-* Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-elf/eh3.d b/ld/testsuite/ld-elf/eh3.d index 3b9ad6405b..b3bd7567c4 100644 --- a/ld/testsuite/ld-elf/eh3.d +++ b/ld/testsuite/ld-elf/eh3.d @@ -3,7 +3,6 @@ #as: --64 #ld: -melf_x86_64 -Ttext 0x400078 #readelf: -wf -#notarget: x86_64-*-linux-gnux32 #target: x86_64-*-* Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-elf/eh4.d b/ld/testsuite/ld-elf/eh4.d index 29f418f3f8..fe3e84b9b9 100644 --- a/ld/testsuite/ld-elf/eh4.d +++ b/ld/testsuite/ld-elf/eh4.d @@ -3,7 +3,6 @@ #as: --64 #ld: -melf_x86_64 -shared -Ttext 0x400 #readelf: -wf -#notarget: x86_64-*-linux-gnux32 #target: x86_64-*-* Contents of the .eh_frame section: |