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 | 5d196efc83e0651db7ca34b4713aa6a17a11472b (patch) | |
tree | 27628fa82f9cef28e66f33700e071db21e10fd07 | |
parent | 0adaa71ed66bae4bfbf5d43292833153d16bf88d (diff) | |
download | gdb-5d196efc83e0651db7ca34b4713aa6a17a11472b.zip gdb-5d196efc83e0651db7ca34b4713aa6a17a11472b.tar.gz gdb-5d196efc83e0651db7ca34b4713aa6a17a11472b.tar.bz2 |
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.
-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 895e19b..8147215 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 0fa4146..4455b0d 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 c63abb5..c5b5a73 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 3b9ad64..b3bd756 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 29f418f..fe3e84b 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: |