diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-14 13:43:23 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-14 13:43:23 +0000 |
commit | 9301f9c3e348449d38ecb37b575ffbf4ac37bdde (patch) | |
tree | 16dc3a280b31e0486705f09a0351c5e12c46b56f /gas/ChangeLog | |
parent | edcc485a366503e7591c65dd1504cc40e028b0f5 (diff) | |
download | gdb-9301f9c3e348449d38ecb37b575ffbf4ac37bdde.zip gdb-9301f9c3e348449d38ecb37b575ffbf4ac37bdde.tar.gz gdb-9301f9c3e348449d38ecb37b575ffbf4ac37bdde.tar.bz2 |
gas/
* config/tc-mips.c (can_swap_branch_p): Exclude microMIPS
variant frags too.
gas/testsuite/
* gas/mips/relax-swap3.d: New test.
* gas/mips/mips16@relax-swap3.d: Likewise.
* gas/mips/micromips@relax-swap3.d: Likewise.
* gas/mips/relax-swap3.s: New test source.
* gas/mips/mips.exp: Run the new tests.
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 3b306e2..fa0cec6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-11-14 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (can_swap_branch_p): Exclude microMIPS + variant frags too. + 2011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * config/tc-arm.c (arm_cpus): Add cortex-a7 entry. |