diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2012-09-23 10:46:38 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2012-09-23 10:46:38 +0000 |
commit | 335574df3c281b3c469ec272686694b41bad928b (patch) | |
tree | 7b58c37f9c5b3d498dc03638c10ff506cb00f77f /gas/ChangeLog | |
parent | e1b47bd5c755ede061cc2ce0c608255ac9c8ce88 (diff) | |
download | gdb-335574df3c281b3c469ec272686694b41bad928b.zip gdb-335574df3c281b3c469ec272686694b41bad928b.tar.gz gdb-335574df3c281b3c469ec272686694b41bad928b.tar.bz2 |
gas/
2012-09-23 Maciej W. Rozycki <macro@codesourcery.com>
* config/tc-mips.c (append_insn) <BFD_RELOC_MIPS_JMP>: Don't
mark as incomplete for constant expressions.
<BFD_RELOC_MIPS16_JMP>: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c3abe80..6856f58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-09-23 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (append_insn) <BFD_RELOC_MIPS_JMP>: Don't + mark as incomplete for constant expressions. + <BFD_RELOC_MIPS16_JMP>: Likewise. + 2012-09-23 Richard Sandiford <rdsandiford@googlemail.com> Maciej W. Rozycki <macro@codesourcery.com> |