diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2011-06-29 20:48:10 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2011-06-29 20:48:10 +0000 |
commit | 9fe77896a79cdc7ed17d51f0fdaa0b7153474bc2 (patch) | |
tree | ffeb409fb71bf1935ff0c92504c85308c60a5356 /gas/ChangeLog | |
parent | 906efcbc31606e530623c356b2fbdca336131f86 (diff) | |
download | gdb-9fe77896a79cdc7ed17d51f0fdaa0b7153474bc2.zip gdb-9fe77896a79cdc7ed17d51f0fdaa0b7153474bc2.tar.gz gdb-9fe77896a79cdc7ed17d51f0fdaa0b7153474bc2.tar.bz2 |
gas/
* config/tc-mips.c (append_insn): Remove bogus goto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6e2efed..0f3dd27 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com> + * config/tc-mips.c (append_insn): Remove bogus goto. + +2011-06-29 Richard Sandiford <rdsandiford@googlemail.com> + * config/tc-mips.c (append_insn): Always clear the history after an unconditional branch. |