diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-02 17:06:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-02 17:06:24 +0000 |
commit | 1051c97f630bf96febe9e0029ba8df161d3a4db1 (patch) | |
tree | 453a4b9b20a21fb3f27b89087386f582a5aa0d52 /gas/ChangeLog | |
parent | 950df4212c15a8d64bece1a7e5b9873a1f787577 (diff) | |
download | gdb-1051c97f630bf96febe9e0029ba8df161d3a4db1.zip gdb-1051c97f630bf96febe9e0029ba8df161d3a4db1.tar.gz gdb-1051c97f630bf96febe9e0029ba8df161d3a4db1.tar.bz2 |
* config/tc-mips.c (file_mips_isa): New static variable.
(md_begin): Set it.
(s_mipsset): Add support for .set mipN to set the ISA level.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 69dd372..ec722ff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 2 11:40:11 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-mips.c (file_mips_isa): New static variable. + (md_begin): Set it. + (s_mipsset): Add support for .set mipN to set the ISA level. + + * gasp.c (kinfo): Fully bracket initializer. + Tue Feb 1 19:28:12 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * gasp.c (malloc): Don't declare, since host.h or system header |