diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-02 11:34:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-02 11:34:30 +0000 |
commit | edf6a2322f3685e9e4ad54c5682e377553ef9c86 (patch) | |
tree | e0a44fdddbcfc481a1ab1fb00804984ec829e4fd /ld | |
parent | abac126a616f4145184e350e6120ddc819762b07 (diff) | |
download | gdb-edf6a2322f3685e9e4ad54c5682e377553ef9c86.zip gdb-edf6a2322f3685e9e4ad54c5682e377553ef9c86.tar.gz gdb-edf6a2322f3685e9e4ad54c5682e377553ef9c86.tar.bz2 |
Adjust for objdump -d change.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 12 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-001.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-002.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-005.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-006.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-009.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-010.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-013.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-014.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-xstormy16/pcrel.d | 1 |
10 files changed, 12 insertions, 10 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 1a77c94..5ce50c4 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2003-08-02 Alan Modra <amodra@bigpond.net.au> + + * ld-d10v/reloc-001.d: Adjust for objdump -d change. + * ld-d10v/reloc-002.d: Likewise. + * ld-d10v/reloc-005.d: Likewise. + * ld-d10v/reloc-006.d: Likewise. + * ld-d10v/reloc-009.d: Likewise. + * ld-d10v/reloc-010.d: Likewise. + * ld-d10v/reloc-013.d: Likewise. + * ld-d10v/reloc-014.d: Likewise. + * ld-xstormy16/pcrel.d: Likewise. + 2003-07-29 Jakub Jelinek <jakub@redhat.com> * ld-elfvsb/elf-offset.ld: Add .rel.toc, .rela.toc and .toc diff --git a/ld/testsuite/ld-d10v/reloc-001.d b/ld/testsuite/ld-d10v/reloc-001.d index e379e5ce..8cbe9f0 100644 --- a/ld/testsuite/ld-d10v/reloc-001.d +++ b/ld/testsuite/ld-d10v/reloc-001.d @@ -10,5 +10,3 @@ Disassembly of section .text: 01014000 <_start>: 1014000: 65 20 cc 1a brf0f.s 1014104 <foo> -> jmp r13 -Disassembly of section .data: - diff --git a/ld/testsuite/ld-d10v/reloc-002.d b/ld/testsuite/ld-d10v/reloc-002.d index f1da582..c80b3ff 100644 --- a/ld/testsuite/ld-d10v/reloc-002.d +++ b/ld/testsuite/ld-d10v/reloc-002.d @@ -10,4 +10,3 @@ Disassembly of section .text: 01014000 <_start>: 1014000: 65 3f cc 1a brf0f.s 10141fc <foo> -> jmp r13 -Disassembly of section .data: diff --git a/ld/testsuite/ld-d10v/reloc-005.d b/ld/testsuite/ld-d10v/reloc-005.d index 1d40ced..633de71 100644 --- a/ld/testsuite/ld-d10v/reloc-005.d +++ b/ld/testsuite/ld-d10v/reloc-005.d @@ -11,4 +11,3 @@ Disassembly of section .text: 01014000 <_start>: 1014000: e4 00 10 02 bra.l 1018008 <foo> 1014004: 26 0d 5e 00 jmp r13 || nop -Disassembly of section .data: diff --git a/ld/testsuite/ld-d10v/reloc-006.d b/ld/testsuite/ld-d10v/reloc-006.d index 170cf5b..b0fd080 100644 --- a/ld/testsuite/ld-d10v/reloc-006.d +++ b/ld/testsuite/ld-d10v/reloc-006.d @@ -11,4 +11,3 @@ Disassembly of section .text: 01014000 <_start>: 1014000: e4 00 7f ff bra.l 1033ffc <foo> 1014004: 26 0d 5e 00 jmp r13 || nop -Disassembly of section .data: diff --git a/ld/testsuite/ld-d10v/reloc-009.d b/ld/testsuite/ld-d10v/reloc-009.d index ff55845..45373c9 100644 --- a/ld/testsuite/ld-d10v/reloc-009.d +++ b/ld/testsuite/ld-d10v/reloc-009.d @@ -13,4 +13,3 @@ Disassembly of section .text: 01014100 <_start>: 1014100: 6f 00 4a c0 nop -> brf0f.s 1014000 <foo> 1014104: 26 0d 5e 00 jmp r13 || nop -Disassembly of section .data: diff --git a/ld/testsuite/ld-d10v/reloc-010.d b/ld/testsuite/ld-d10v/reloc-010.d index 5615f29..47e048f 100644 --- a/ld/testsuite/ld-d10v/reloc-010.d +++ b/ld/testsuite/ld-d10v/reloc-010.d @@ -14,4 +14,3 @@ Disassembly of section .text: 01014200 <_start>: 1014200: 6f 00 4a 80 nop -> brf0f.s 1014000 <foo> 1014204: 26 0d 5e 00 jmp r13 || nop -Disassembly of section .data: diff --git a/ld/testsuite/ld-d10v/reloc-013.d b/ld/testsuite/ld-d10v/reloc-013.d index 16b0470..a422fb0 100644 --- a/ld/testsuite/ld-d10v/reloc-013.d +++ b/ld/testsuite/ld-d10v/reloc-013.d @@ -14,4 +14,3 @@ Disassembly of section .text: 01014400 <_start>: 1014400: e4 00 ff 00 bra.l 1014000 <foo> 1014404: 26 0d 5e 00 jmp r13 || nop -Disassembly of section .data: diff --git a/ld/testsuite/ld-d10v/reloc-014.d b/ld/testsuite/ld-d10v/reloc-014.d index ab3b42c..5035a29 100644 --- a/ld/testsuite/ld-d10v/reloc-014.d +++ b/ld/testsuite/ld-d10v/reloc-014.d @@ -14,4 +14,3 @@ Disassembly of section .text: 01034000 <_start>: 1034000: e4 00 80 00 bra.l 1014000 <foo> 1034004: 26 0d 5e 00 jmp r13 || nop -Disassembly of section .data: diff --git a/ld/testsuite/ld-xstormy16/pcrel.d b/ld/testsuite/ld-xstormy16/pcrel.d index b19fa5e..4eac7b2 100644 --- a/ld/testsuite/ld-xstormy16/pcrel.d +++ b/ld/testsuite/ld-xstormy16/pcrel.d @@ -1,7 +1,6 @@ .*: file format elf32-xstormy16 -Disassembly of section .data: Disassembly of section .text: 00008000 <_start>: |