diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2011-06-26 08:32:50 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2011-06-26 08:32:50 +0000 |
commit | ab9794cf6a743d4d0611b40dde5c8c48ce528bb9 (patch) | |
tree | 584876dca949fd3f659b27852c2ee708f0bab22f /gas/ChangeLog | |
parent | b91ffaa0ac65733760b03bf979f7d31e3e8f5abb (diff) | |
download | gdb-ab9794cf6a743d4d0611b40dde5c8c48ce528bb9.zip gdb-ab9794cf6a743d4d0611b40dde5c8c48ce528bb9.tar.gz gdb-ab9794cf6a743d4d0611b40dde5c8c48ce528bb9.tar.bz2 |
gas/
* config/tc-mips.c (fix_24k_record_store_info): If the previous
instruction was a store, and the next instructions are unknown,
assume the worst.
gas/testsuite/
* gas/mips/24k-branch-delay-1.d: Do not allow stores to be put
into delay slots.
* gas/mips/24k-triple-stores-1.d: Put the first nop after the
second store, rather than the first.
* gas/mips/24k-triple-stores-2.d: Likewise.
* gas/mips/24k-triple-stores-4.d: Likewise.
* gas/mips/24k-triple-stores-8.d: Likewise.
* gas/mips/24k-triple-stores-3.d: Remove first nop.
* gas/mips/24k-triple-stores-5.d: Likewise.
* gas/mips/24k-triple-stores-6.d: Likewise.
* gas/mips/24k-triple-stores-7.d: Likewise.
* gas/mips/24k-triple-stores-9.d: Add a nop after the second store.
Expect a nop at the end.
* gas/mips/24k-triple-stores-10.d: Put the first nop after the
second store, rather than the first. Expect a nop at the end.
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 602eb6d..f57a5bf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2011-06-26 Richard Sandiford <rdsandiford@googlemail.com> + + * config/tc-mips.c (fix_24k_record_store_info): If the previous + instruction was a store, and the next instructions are unknown, + assume the worst. + 2011-06-25 Richard Sandiford <rdsandiford@googlemail.com> PR gas/12915 |