diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-04 18:01:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-04 18:01:48 +0000 |
commit | 943321c07d671bef350c068f646fcdca0dc2017b (patch) | |
tree | bad1c8d64b3f879aae024e12c92432cdbf407c32 /gas/ChangeLog | |
parent | 8b1e9f129bcf00076a9ef163c1fdb4e98f5da63e (diff) | |
download | gdb-943321c07d671bef350c068f646fcdca0dc2017b.zip gdb-943321c07d671bef350c068f646fcdca0dc2017b.tar.gz gdb-943321c07d671bef350c068f646fcdca0dc2017b.tar.bz2 |
* config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
no-mips-16 to no-mips16.
(s_mipsset): Accept .set mips16 and .set nomips16.
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 e92cd9d..5bf1f85 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and + no-mips-16 to no-mips16. + (s_mipsset): Accept .set mips16 and .set nomips16. + Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer |