aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/mips-elf.exp
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-08-06 21:18:50 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-08-06 21:18:50 +0000
commitcde00cbbb9d9c3c9658b9a47194b883b9f10385d (patch)
treee2eb9e12a38af700e1419f276c33bd57750dbe6a /ld/testsuite/ld-mips-elf/mips-elf.exp
parentef2b5578f693bc6caa0d6c750bd32aaf10dee727 (diff)
downloadgdb-cde00cbbb9d9c3c9658b9a47194b883b9f10385d.zip
gdb-cde00cbbb9d9c3c9658b9a47194b883b9f10385d.tar.gz
gdb-cde00cbbb9d9c3c9658b9a47194b883b9f10385d.tar.bz2
* ld-mips-elf/reloc-1-n32.d: Add -EB to GAS flags.
* ld-mips-elf/mips-elf.exp: Update GAS flags in reloc test 6.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/mips-elf.exp')
-rw-r--r--ld/testsuite/ld-mips-elf/mips-elf.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp
index f50eae4..dc4554d 100644
--- a/ld/testsuite/ld-mips-elf/mips-elf.exp
+++ b/ld/testsuite/ld-mips-elf/mips-elf.exp
@@ -357,14 +357,14 @@ if { $has_newabi } {
[list \
"reloc test 6a" \
"-shared $abi_ldflags(n32)" \
- "-n32" \
+ "$abi_asflags(n32)" \
"reloc-6a.s" \
{} \
"reloc-6a.so"] \
[list \
"reloc test 6b" \
"$abi_ldflags(n32) tmpdir/reloc-6a.so" \
- "-n32" \
+ "$abi_asflags(n32)" \
"reloc-6b.s" \
{} \
"reloc-6b"]]