diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-01-09 02:24:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-01-09 02:24:23 +0000 |
commit | 29ccc66bdb32142230615e07f376720597c6b472 (patch) | |
tree | 9a9c8263f3964b76ce2cf837243651c0efa0b2b9 /gas | |
parent | 819124619a4bbc3e02348f2059d3af8843109730 (diff) | |
download | gdb-29ccc66bdb32142230615e07f376720597c6b472.zip gdb-29ccc66bdb32142230615e07f376720597c6b472.tar.gz gdb-29ccc66bdb32142230615e07f376720597c6b472.tar.bz2 |
* gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
* gas/mips/ldstla-n64-shared.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/ldstla-n64-shared.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/ldstla-n64.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5815de8..0e0ba9b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 Ian Lance Taylor <ian@wasabisystems.com> + + * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64. + * gas/mips/ldstla-n64-shared.d: Likewise. + 2004-01-07 Nick Clifton <nickc@redhat.com> * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf. diff --git a/gas/testsuite/gas/mips/ldstla-n64-shared.d b/gas/testsuite/gas/mips/ldstla-n64-shared.d index 2f3b7a7..971e296 100644 --- a/gas/testsuite/gas/mips/ldstla-n64-shared.d +++ b/gas/testsuite/gas/mips/ldstla-n64-shared.d @@ -1,5 +1,5 @@ #objdump: -d -#as: -KPIC -n64 +#as: -KPIC -64 #name: MIPS ld-st-la constants (ABI n64, shared) #source: ldstla-n64.s diff --git a/gas/testsuite/gas/mips/ldstla-n64.d b/gas/testsuite/gas/mips/ldstla-n64.d index ae465d5..7068b90 100644 --- a/gas/testsuite/gas/mips/ldstla-n64.d +++ b/gas/testsuite/gas/mips/ldstla-n64.d @@ -1,5 +1,5 @@ #objdump: -d -#as: -n64 +#as: -64 #name: MIPS ld-st-la constants (ABI n64) #source: ldstla-n64.s |