diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-09-05 06:44:53 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-09-05 06:44:53 -0700 |
commit | e32aa9338f6a228a18d851fccec6fa995ddc1101 (patch) | |
tree | 22a60f7df49c50d320b47a4d1edc2caecd47e4dc | |
parent | 53db1aba3cd8333e00f2ef566e7be8e4c9defbde (diff) | |
download | gdb-e32aa9338f6a228a18d851fccec6fa995ddc1101.zip gdb-e32aa9338f6a228a18d851fccec6fa995ddc1101.tar.gz gdb-e32aa9338f6a228a18d851fccec6fa995ddc1101.tar.bz2 |
Update ld-elf/orphan-8.map to support 32-bit targets
* ld-elf/orphan-8.map: Updated to support 32-bit targets.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/orphan-8.map | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 5ca0f6c..6ca3083 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-09-05 H.J. Lu <hongjiu.lu@intel.com> + + * ld-elf/orphan-8.map: Updated to support 32-bit targets. + 2015-07-28 Andrew Burgess <andrew.burgess@embecosm.com> * ld-elf/elf.exp: Switch to rely on run_dump_test. diff --git a/ld/testsuite/ld-elf/orphan-8.map b/ld/testsuite/ld-elf/orphan-8.map index b672978..0bd9766 100644 --- a/ld/testsuite/ld-elf/orphan-8.map +++ b/ld/testsuite/ld-elf/orphan-8.map @@ -1,7 +1,7 @@ #... -.notbad 0x0000000000000004 0x4 - .notbad 0x0000000000000004 0x4 tmpdir/dump0.o +.notbad 0x0+4 0x4 + .notbad 0x0+4 0x4 tmpdir/dump0.o #... -.note.bar 0x0000000000000010 0x4 - .note.bar 0x0000000000000010 0x4 tmpdir/dump0.o +.note.bar 0x0+10 0x4 + .note.bar 0x0+10 0x4 tmpdir/dump0.o #... |