diff options
author | Chris Demetriou <cgd@google.com> | 2002-04-22 21:50:44 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-04-22 21:50:44 +0000 |
commit | 2b2e39bfa58372c6b44646633cb0126de3a7975b (patch) | |
tree | b6334c3da50d9cf2f2c052a838cb2ea47e2853d0 /gas/ChangeLog | |
parent | af40ce3c79bb7be880e2a25706f74675f92b79ff (diff) | |
download | fsf-binutils-gdb-2b2e39bfa58372c6b44646633cb0126de3a7975b.zip fsf-binutils-gdb-2b2e39bfa58372c6b44646633cb0126de3a7975b.tar.gz fsf-binutils-gdb-2b2e39bfa58372c6b44646633cb0126de3a7975b.tar.bz2 |
2002-04-22 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (macro_build): Add close-parenthesis missing
from previous change.
(also, fix ChangeLog entry for previous patch.)
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3d98f1c..33daed1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,12 @@ +2002-04-22 Chris Demetriou <cgd@broadcom.com> + + * config/tc-mips.c (macro_build): Add close-parenthesis missing + from previous change. + 2002-04-22 Eric Christopher <echristo@redhat.com> - * config/tc-mips.c: Add warning if macro instructions are expanded - into a branch delay slot. + * config/tc-mips.c (macro_build): Add warning if macro instructions + are expanded into a branch delay slot. 2002-04-17 Geoffrey Keating <geoffk@redhat.com> |