diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/branch-swap.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 31bea8e..c9dedbc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-12-09 Ian Lance Taylor <ian@wasabisystems.com> + + * gas/mips/branch-swap.d: Pass -32 to as. + 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com> * gas/crx/br_insn.d: Fix error in expected disassembly. diff --git a/gas/testsuite/gas/mips/branch-swap.d b/gas/testsuite/gas/mips/branch-swap.d index 74c149d..273dee9 100644 --- a/gas/testsuite/gas/mips/branch-swap.d +++ b/gas/testsuite/gas/mips/branch-swap.d @@ -1,4 +1,4 @@ -#as: -march=mips2 +#as: -march=mips2 -32 #objdump: -dr #name: MIPS branch-swap |