diff options
author | David Ung <davidu@mips.com> | 2005-09-07 11:39:17 +0000 |
---|---|---|
committer | David Ung <davidu@mips.com> | 2005-09-07 11:39:17 +0000 |
commit | b8ee1a6e86e6d9a74a59ef3c251183a10e87311e (patch) | |
tree | 457e58cd8158da016258d8ec125e6a73ac64874b /gas/ChangeLog | |
parent | 5397b1fec1826b95710fb0fb9bb4b0386a18c4a7 (diff) | |
download | gdb-b8ee1a6e86e6d9a74a59ef3c251183a10e87311e.zip gdb-b8ee1a6e86e6d9a74a59ef3c251183a10e87311e.tar.gz gdb-b8ee1a6e86e6d9a74a59ef3c251183a10e87311e.tar.bz2 |
* config/tc-mips.c (append_insn): Undo last change. Instead add
guard to suppress calling frag_grow if the current instruction is
one that allows a delay slot.
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 55fff2e..1140fec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-09-07 David Ung <davidu@mips.com> + + * config/tc-mips.c (append_insn): Undo last change. Instead add + guard to suppress calling frag_grow if the current instruction is + one that allows a delay slot. + 2005-09-06 Chao-ying Fu <fu@mips.com> * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions. |