diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 16:26:46 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 16:26:46 +0000 |
commit | d455268f737c65cc7c12aadaf93001d6bcbb20ba (patch) | |
tree | b9920dd2da059d070088ff513185c89ec054d0e1 /gas/ChangeLog | |
parent | 12c5a436a828ea809e4af3946a47c0f59cc77e92 (diff) | |
download | gdb-d455268f737c65cc7c12aadaf93001d6bcbb20ba.zip gdb-d455268f737c65cc7c12aadaf93001d6bcbb20ba.tar.gz gdb-d455268f737c65cc7c12aadaf93001d6bcbb20ba.tar.bz2 |
gas/
* config/tc-mips.c (append_insn): Disable branch relaxation for
DSP instructions.
gas/testsuite/
* gas/mips/relax-bposge.l: New test for DSP branch relaxation.
* gas/mips/relax-bposge.s: Source for the new test.
* gas/mips/mips.exp: Run the new test.
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 17ec424..29f3684 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (append_insn): Disable branch relaxation for + DSP instructions. + +2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (macro): Handle M_PREF_AB. 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> |