* 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.
This commit is contained in:
parent
ef2b5578f6
commit
cde00cbbb9
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* lib/ld-lib.exp (run_dump_test): Implement the EXTRA_OPTIONS
|
||||
|
|
|
@ -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"]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#source: reloc-1a.s -mabi=n32
|
||||
#source: reloc-1b.s -mabi=n32
|
||||
#source: reloc-1a.s -mabi=n32 -EB
|
||||
#source: reloc-1b.s -mabi=n32 -EB
|
||||
#ld: -r
|
||||
#readelf: --relocs
|
||||
|
||||
|
|
Loading…
Reference in a new issue