diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-07 21:12:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-07 21:12:26 +0000 |
commit | 8ea7f4e854eaddd5dff1779bcf15ab5c8c0f01c8 (patch) | |
tree | 21bf5f1f8514127307c900ea6e78f62209e6ffda /gas/ChangeLog | |
parent | 7f0638d54b4167eda8fc5beea2eea716a6354be6 (diff) | |
download | gdb-8ea7f4e854eaddd5dff1779bcf15ab5c8c0f01c8.zip gdb-8ea7f4e854eaddd5dff1779bcf15ab5c8c0f01c8.tar.gz gdb-8ea7f4e854eaddd5dff1779bcf15ab5c8c0f01c8.tar.bz2 |
* config/tc-mips.c (load_address): When calling frag_grow, allow
for the (up to) two nops which may be inserted by append_insn if
mips_optimize is 0.
(macro): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dc12be0..50b5b56 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Mon Mar 7 16:08:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-mips.c (load_address): When calling frag_grow, allow + for the (up to) two nops which may be inserted by append_insn if + mips_optimize is 0. + (macro): Likewise. + Thu Mar 3 11:37:55 1994 Doug Evans (dje@canuck.cygnus.com) * config/atof-ieee.c (make_invalid_floating_point_number): |