diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-discard/extern.s | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-discard/start.s | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-discard/static.s | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/refdbg.s | 1 |
5 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 1b0df05..a4ed410 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-04-13 Daniel Jacobowitz <drow@mvista.com> + + * 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. + 2003-04-10 Alexandre Oliva <aoliva@redhat.com> * ld-mips-elf/elf-rel-got-n32.d, diff --git a/ld/testsuite/ld-discard/extern.s b/ld/testsuite/ld-discard/extern.s index f54a8a0..a255b8a 100644 --- a/ld/testsuite/ld-discard/extern.s +++ b/ld/testsuite/ld-discard/extern.s @@ -9,4 +9,5 @@ text: _start: .long data .section .debug_info + .long 0 .long text diff --git a/ld/testsuite/ld-discard/start.s b/ld/testsuite/ld-discard/start.s index 9a6749e..70f4187 100644 --- a/ld/testsuite/ld-discard/start.s +++ b/ld/testsuite/ld-discard/start.s @@ -3,4 +3,5 @@ _start: .long data .section .debug_info + .long 0 .long text diff --git a/ld/testsuite/ld-discard/static.s b/ld/testsuite/ld-discard/static.s index d6a6c68..41aab28 100644 --- a/ld/testsuite/ld-discard/static.s +++ b/ld/testsuite/ld-discard/static.s @@ -7,4 +7,5 @@ text: _start: .long data .section .debug_info + .long 0 .long text 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 |