gas/
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 6 Jul 2010 00:12:42 +0000 (00:12 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 6 Jul 2010 00:12:42 +0000 (00:12 +0000)
commit30cfc97a80d6823ca7a7c860d5daa682d456df43
treeb628633d2bb5cbbfda38d169073ad7d5f5077bba
parentc680e7f672a30b81ccffb8e2d1bcd01bca659c55
gas/
* config/tc-mips.c (mips_frob_file): Use symbol_same_p to match
symbols.

gas/testsuite/
* gas/mips/elf-rel27.d: New test for HI16/LO16 relocation
pairing.
* gas/mips/elf-rel27.s: Source for the new test.
* gas/mips/mips.exp: Create "mips16" architecture.  Adjust
conditions involving negated properties throughout to require
"mips1" as appropriate.  Run the new test.
(mips_arch_destroy): New procedure.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/elf-rel27.d [new file with mode: 0644]
gas/testsuite/gas/mips/elf-rel27.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp