diff options
author | Alan Modra <amodra@gmail.com> | 2013-01-14 13:11:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-01-14 13:11:31 +0000 |
commit | 130b4629e4d842da9d371f4b28397cfc591db035 (patch) | |
tree | 114d016403d61c1d16ee3d331a8ff00f042de950 /gas | |
parent | 0ec6429be3f65ba9e25b525045b6baaf2d4ecc06 (diff) | |
download | gdb-130b4629e4d842da9d371f4b28397cfc591db035.zip gdb-130b4629e4d842da9d371f4b28397cfc591db035.tar.gz gdb-130b4629e4d842da9d371f4b28397cfc591db035.tar.bz2 |
* gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
* gas/v850/split-lo16.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/v850/basic.exp | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/v850/split-lo16.d | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e9d9dc8..fafd84f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-01-14 Alan Modra <amodra@gmail.com> + + * gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas. + * gas/v850/split-lo16.d: Likewise. + 2013-01-14 Will Newton <will.newton@imgtec.com> * gas/metag/metadsp21.d: Fix expected MMOV disassembly. diff --git a/gas/testsuite/gas/v850/basic.exp b/gas/testsuite/gas/v850/basic.exp index 36db4e8..aaf377a 100644 --- a/gas/testsuite/gas/v850/basic.exp +++ b/gas/testsuite/gas/v850/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 2002, 2003, 2004, 2005, 2007 +# Copyright (C) 1996, 2002, 2003, 2004, 2005, 2007, 2013 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -381,7 +381,7 @@ proc do_simple_reloc_tests {} { set testname "reloc.s: Test for proper relocations (part 2)" set x 0 - if [gas_test_old "reloc.s" "" "Test for proper relocation (part 1)"] then { + if [gas_test_old "reloc.s" "-mgcc-abi" "Test for proper relocation (part 1)"] then { objdump_start_no_subdir "a.out" "-r" while 1 { diff --git a/gas/testsuite/gas/v850/split-lo16.d b/gas/testsuite/gas/v850/split-lo16.d index 617dfd8..f742084 100644 --- a/gas/testsuite/gas/v850/split-lo16.d +++ b/gas/testsuite/gas/v850/split-lo16.d @@ -1,6 +1,6 @@ #objdump: -dr #name: V850E split LO16 tests -#as: -mv850e +#as: -mv850e -mgcc-abi #... 00000000 <.*>: 0: 40 0e 00 00 movhi 0, r0, r1 |