diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-05 23:16:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-05 23:16:49 +0000 |
commit | 4bb22852ba840801fc775dde4eb014820f49db8b (patch) | |
tree | e10653e4ba6d415f762117895b505e28d4386a25 /gas/testsuite | |
parent | 587b388d851f3fa3861dd85d311938bd302fdae1 (diff) | |
download | gdb-4bb22852ba840801fc775dde4eb014820f49db8b.zip gdb-4bb22852ba840801fc775dde4eb014820f49db8b.tar.gz gdb-4bb22852ba840801fc775dde4eb014820f49db8b.tar.bz2 |
Fri Jun 5 19:15:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* gas/m68k/operands.s: For all pc relative addresses change tstl
to pea since the former does not allow pcrel on m68000. Do not
make label foo global, so that references to it can be relaxed on
ELF targets.
* gas/m68k/operands.d, gas/m68k/op68000.d: Updated.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8b29f5b..aca76bf 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 5 19:15:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * gas/m68k/operands.s: For all pc relative addresses change tstl + to pea since the former does not allow pcrel on m68000. Do not + make label foo global, so that references to it can be relaxed on + ELF targets. + * gas/m68k/operands.d, gas/m68k/op68000.d: Updated. + Tue Jun 2 15:08:36 1998 Geoff Keating <geoffk@ozemail.com.au> * gas/ppc/ppc.exp: Run simpshft test. |