* gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
* gas/mips/ldstla-n64-shared.d: Likewise.
This commit is contained in:
parent
819124619a
commit
29ccc66bdb
|
@ -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>
|
2004-01-07 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
|
* gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#objdump: -d
|
#objdump: -d
|
||||||
#as: -KPIC -n64
|
#as: -KPIC -64
|
||||||
#name: MIPS ld-st-la constants (ABI n64, shared)
|
#name: MIPS ld-st-la constants (ABI n64, shared)
|
||||||
#source: ldstla-n64.s
|
#source: ldstla-n64.s
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#objdump: -d
|
#objdump: -d
|
||||||
#as: -n64
|
#as: -64
|
||||||
#name: MIPS ld-st-la constants (ABI n64)
|
#name: MIPS ld-st-la constants (ABI n64)
|
||||||
#source: ldstla-n64.s
|
#source: ldstla-n64.s
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue