diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-14 14:29:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-14 14:29:51 +0000 |
commit | 78a1456372bb97e1efe6955ae3a562c8773598dc (patch) | |
tree | 799f59632ae605a51a719bbb8ecb4752d511c723 | |
parent | bdfed3bc1ee7b37c60b72ab28a0dd2f4f28abaf3 (diff) | |
download | gdb-78a1456372bb97e1efe6955ae3a562c8773598dc.zip gdb-78a1456372bb97e1efe6955ae3a562c8773598dc.tar.gz gdb-78a1456372bb97e1efe6955ae3a562c8773598dc.tar.bz2 |
Support 64bit targets.
2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/orphan4.d: Support 64bit targets.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/orphan4.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a0aa58a..767747c 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-01-14 H.J. Lu <hongjiu.lu@intel.com> + + * ld-elf/orphan4.d: Support 64bit targets. + 2010-01-13 DJ Delorie <dj@redhat.com> * ld-elf/orphan4.d: New. diff --git a/ld/testsuite/ld-elf/orphan4.d b/ld/testsuite/ld-elf/orphan4.d index 4f96f34..7474837 100644 --- a/ld/testsuite/ld-elf/orphan4.d +++ b/ld/testsuite/ld-elf/orphan4.d @@ -3,5 +3,5 @@ #objdump: -h #... - 1 \.foo 00000001 00001000 00001000 .* 2\*\*0 + 1 \.foo 0+1 0+1000 0+1000 .* 2\*\*0 #pass |