diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-07-04 19:27:28 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-07-04 19:27:28 +0000 |
commit | e3a82c8e754de197a7df9868003a324800ac80cb (patch) | |
tree | 981ed4790b0e0f36e20b0a11b34635f21e0aa6d8 /gas/testsuite/ChangeLog | |
parent | 7475b06c2068a2fa8e774f3cbe809e3d00218a72 (diff) | |
download | gdb-e3a82c8e754de197a7df9868003a324800ac80cb.zip gdb-e3a82c8e754de197a7df9868003a324800ac80cb.tar.gz gdb-e3a82c8e754de197a7df9868003a324800ac80cb.tar.bz2 |
gas/
* config/tc-mips.c (append_insn): Make sure DWARF-2 location
information is properly adjusted for branches that get swapped.
gas/testsuite/
* gas/mips/loc-swap.d: New test case for DWARF-2 location with
branch swapping.
* gas/mips/loc-swap-dis.d: Likewise.
* gas/mips/mips16@loc-swap.d: Likewise, MIPS16 version.
* gas/mips/mips16@loc-swap-dis.d: Likewise.
* gas/mips/loc-swap.s: Source for the new tests.
* gas/mips/mips.exp: Run the new tests.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0b24323..e2ac6b8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2011-07-04 Maciej W. Rozycki <macro@codesourcery.com> + + * gas/mips/loc-swap.d: New test case for DWARF-2 location with + branch swapping. + * gas/mips/loc-swap-dis.d: Likewise. + * gas/mips/mips16@loc-swap.d: Likewise, MIPS16 version. + * gas/mips/mips16@loc-swap-dis.d: Likewise. + * gas/mips/loc-swap.s: Source for the new tests. + * gas/mips/mips.exp: Run the new tests. + 2011-06-30 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (June, 2011) |