diff options
author | Stephen Clarke <stephen.clarke@earthling.net> | 2002-10-03 00:56:06 +0000 |
---|---|---|
committer | Stephen Clarke <stephen.clarke@earthling.net> | 2002-10-03 00:56:06 +0000 |
commit | 7a68fea6e146cb82ef603df3057fa04adb49c1b3 (patch) | |
tree | fb5bb25b1fa82fbfac4d8043cc32ea4518761da5 /gas | |
parent | 6f6573ce7e67f26e2c4a0e06f6ddac00244f88a3 (diff) | |
download | gdb-7a68fea6e146cb82ef603df3057fa04adb49c1b3.zip gdb-7a68fea6e146cb82ef603df3057fa04adb49c1b3.tar.gz gdb-7a68fea6e146cb82ef603df3057fa04adb49c1b3.tar.bz2 |
* gas/sh/sh64/ptc32-noexp-1.d: Adjust for changes to *ABS*
symbol generation.
* gas/sh/sh64/ptc64-noexp-1.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/sh64/ptc32-noexp-1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/sh64/ptc64-noexp-1.d | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 328d73f..1b625c5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-10-02 Stephen Clarke <stephen.clarke@superh.com> + + * gas/sh/sh64/ptc32-noexp-1.d: Adjust for changes to *ABS* + symbol generation. + * gas/sh/sh64/ptc64-noexp-1.d: Likewise. + 2002-09-30 H.J. Lu <hjl@gnu.org> * gas/mips/mips.exp: Undo the last change. diff --git a/gas/testsuite/gas/sh/sh64/ptc32-noexp-1.d b/gas/testsuite/gas/sh/sh64/ptc32-noexp-1.d index 8e18c9c..f5a3ced 100644 --- a/gas/testsuite/gas/sh/sh64/ptc32-noexp-1.d +++ b/gas/testsuite/gas/sh/sh64/ptc32-noexp-1.d @@ -8,5 +8,5 @@ Disassembly of section \.text: [0]+ <start>: -[ ]+0:[ ]+e8000610[ ]+pta/l 4 <\*ABS\*\+0x4>,tr1 +[ ]+0:[ ]+e8000610[ ]+pta/l 4 <start\+0x4>,tr1 [ ]+0:[ ]+R_SH_PT_16 \*ABS\*\+0x100 diff --git a/gas/testsuite/gas/sh/sh64/ptc64-noexp-1.d b/gas/testsuite/gas/sh/sh64/ptc64-noexp-1.d index aa8a186..0abd382 100644 --- a/gas/testsuite/gas/sh/sh64/ptc64-noexp-1.d +++ b/gas/testsuite/gas/sh/sh64/ptc64-noexp-1.d @@ -8,6 +8,6 @@ Disassembly of section \.text: [0]+ <start>: -[ ]+0:[ ]+e8000610[ ]+pta/l 4 <\*ABS\*\+0x4>,tr1 +[ ]+0:[ ]+e8000610[ ]+pta/l 4 <start\+0x4>,tr1 [ ]+0:[ ]+R_SH_PT_16 \*ABS\*\+0x100 |