From 99022dfb1d4b1de6f394026ffd5b738b522aa9f6 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 7 Oct 2004 19:15:29 +0000 Subject: * elf64-mips.c (mips_elf64_write_rel): Use STN_UNDEF for relocs against the absolute section. (mips_elf64_write_rela): Likewise. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/mips/elf-rel22.d | 9 +++++++++ gas/testsuite/gas/mips/elf-rel22.s | 4 ++++ gas/testsuite/gas/mips/mips.exp | 1 + 4 files changed, 19 insertions(+) create mode 100644 gas/testsuite/gas/mips/elf-rel22.d create mode 100644 gas/testsuite/gas/mips/elf-rel22.s (limited to 'gas') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 647a124..b15a824 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2004-10-07 Richard Sandiford + * gas/mips/elf-rel22.[sd]: New test. + * gas/mips/mips.exp: Run it. + +2004-10-07 Richard Sandiford + * gas/mips/elf-rel21.[sd]: New test. * gas/mips/mips.exp: Run it. diff --git a/gas/testsuite/gas/mips/elf-rel22.d b/gas/testsuite/gas/mips/elf-rel22.d new file mode 100644 index 0000000..14ab1a8 --- /dev/null +++ b/gas/testsuite/gas/mips/elf-rel22.d @@ -0,0 +1,9 @@ +#as: -march=mips3 -mabi=64 +#readelf: --relocs +#name: MIPS ELF reloc 22 + +Relocation section '\.rela\.text' .*: +.* +.* R_MIPS_LO16 * 0+04 + * Type2: R_MIPS_SUB * + * Type3: R_MIPS_LO16 * diff --git a/gas/testsuite/gas/mips/elf-rel22.s b/gas/testsuite/gas/mips/elf-rel22.s new file mode 100644 index 0000000..82a1cac --- /dev/null +++ b/gas/testsuite/gas/mips/elf-rel22.s @@ -0,0 +1,4 @@ + lui $4,%lo(%neg(%lo(bar-foo))) +foo: + nop +bar: diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index ad3c83c..6818417 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -664,6 +664,7 @@ if { [istarget mips*-*-*] } then { run_dump_test "elf-rel20" if $has_newabi { run_dump_test "elf-rel21" + run_dump_test "elf-rel22" } if { !$no_mips16 } { -- cgit v1.1