diff options
author | DJ Delorie <dj@redhat.com> | 2010-01-14 06:55:46 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-01-14 06:55:46 +0000 |
commit | 009f105539b0fedd36d9d1de940a3822372ed818 (patch) | |
tree | eb3089c70c21dce2ac8df6ceee5022881a0256c9 | |
parent | * emultempl/elf32.em (_place_orphan): If an input section doesn't (diff) | |
download | binutils-gdb-009f105539b0fedd36d9d1de940a3822372ed818.tar.gz binutils-gdb-009f105539b0fedd36d9d1de940a3822372ed818.tar.bz2 binutils-gdb-009f105539b0fedd36d9d1de940a3822372ed818.zip |
Wildcard the file offset.
-rw-r--r-- | ld/testsuite/ld-elf/orphan4.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/orphan4.d b/ld/testsuite/ld-elf/orphan4.d index 85ebf64764c..4f96f34c95b 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 00000080 2\*\*0 + 1 \.foo 00000001 00001000 00001000 .* 2\*\*0 #pass |