diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1995-09-01 15:22:29 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1995-09-01 15:22:29 +0000 |
commit | 8343d9d80694678c0274a27f5baaddbe76ccf997 (patch) | |
tree | 20990cbc247100553d52b0cc845fd9e516264a50 /gas | |
parent | f14db880170bc7217c3b70da77db51fbf0a73139 (diff) | |
download | gdb-8343d9d80694678c0274a27f5baaddbe76ccf997.zip gdb-8343d9d80694678c0274a27f5baaddbe76ccf997.tar.gz gdb-8343d9d80694678c0274a27f5baaddbe76ccf997.tar.bz2 |
This change does not affect the MIPS instruction assembly. It is
present only to stop gas complaining when gcc passes through the
"-mcpu=vr4300" switch.
Fri Sep 1 08:20:19 1995 James G. Smith <jsmith@beauty.cygnus.com>
* config/tc-mips.c (md_parse_option, md_begin, md_show_usage):
Add support for "-mcpu=vr4300" as processor identifier.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ddba4b..4033af2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 1 08:20:19 1995 James G. Smith <jsmith@beauty.cygnus.com> + + * config/tc-mips.c (md_parse_option, md_begin, md_show_usage): + Add support for "-mcpu=vr4300" as processor identifier. + Thu Aug 31 16:41:06 1995 steve chamberlain <sac@slash.cygnus.com> * write.c (fixup_segment): Remove change of 29th. |