diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-04-13 14:42:22 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-04-13 14:42:22 +0000 |
commit | 878a91906b6a749f4823cdbe1a63f3a09f196241 (patch) | |
tree | b57d30789e2130f02c8c7f880315124ad52d00b4 /ld/testsuite/ld-sh/refdbg.s | |
parent | aca1fcd0670949e12b1f6cf4c82abaf098edb071 (diff) | |
download | gdb-878a91906b6a749f4823cdbe1a63f3a09f196241.zip gdb-878a91906b6a749f4823cdbe1a63f3a09f196241.tar.gz gdb-878a91906b6a749f4823cdbe1a63f3a09f196241.tar.bz2 |
* ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s,
ld-sh/refdbg.s: Add leading 0 to .debug_info to prevent parsing it
for error messages.
Diffstat (limited to 'ld/testsuite/ld-sh/refdbg.s')
-rw-r--r-- | ld/testsuite/ld-sh/refdbg.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/refdbg.s b/ld/testsuite/ld-sh/refdbg.s index 129d689..268fa16 100644 --- a/ld/testsuite/ld-sh/refdbg.s +++ b/ld/testsuite/ld-sh/refdbg.s @@ -8,4 +8,5 @@ _start: .comm foo,4,4 .section .debug_info,"",@progbits + .long 0 .ualong foo |