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/testsuite/ChangeLog | |
parent | edcc485a366503e7591c65dd1504cc40e028b0f5 (diff) | |
download | fsf-binutils-gdb-9301f9c3e348449d38ecb37b575ffbf4ac37bdde.zip fsf-binutils-gdb-9301f9c3e348449d38ecb37b575ffbf4ac37bdde.tar.gz fsf-binutils-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/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3143609..a16ce61 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2011-11-14 Maciej W. Rozycki <macro@codesourcery.com> + + * 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. + 2011-11-02 Nick Clifton <nickc@redhat.com> * gas/arm/pic.d: Update expected output. |