diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-06 00:12:42 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-06 00:12:42 +0000 |
commit | 30cfc97a80d6823ca7a7c860d5daa682d456df43 (patch) | |
tree | b628633d2bb5cbbfda38d169073ad7d5f5077bba /gas/ChangeLog | |
parent | c680e7f672a30b81ccffb8e2d1bcd01bca659c55 (diff) | |
download | fsf-binutils-gdb-30cfc97a80d6823ca7a7c860d5daa682d456df43.zip fsf-binutils-gdb-30cfc97a80d6823ca7a7c860d5daa682d456df43.tar.gz fsf-binutils-gdb-30cfc97a80d6823ca7a7c860d5daa682d456df43.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ce6dbb..1a22a35 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (mips_frob_file): Use symbol_same_p to match + symbols. + +2010-07-06 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (nops_for_insn_or_target): Replace MIPS16_INSN_BRANCH with MIPS16_INSN_UNCOND_BRANCH and MIPS16_INSN_COND_BRANCH. |