diff options
author | Eric Christopher <echristo@gmail.com> | 2001-07-04 12:32:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-07-04 12:32:07 +0000 |
commit | 18ae5d728b866ed9a14a910d121427f3238ded7c (patch) | |
tree | fa1590255d3cf06d4611de72c2c1c9af3d0ea02f /gas/ChangeLog | |
parent | 7461da6e23ba6833a831dc70b8e774bcc50c2cac (diff) | |
download | gdb-18ae5d728b866ed9a14a910d121427f3238ded7c.zip gdb-18ae5d728b866ed9a14a910d121427f3238ded7c.tar.gz gdb-18ae5d728b866ed9a14a910d121427f3238ded7c.tar.bz2 |
2001-07-04 Eric Christopher <echristo@redhat.com>
* doc/c-mips.texi (MIPS Opts): Document 12000 as valid cpu.
* config/tc-mips.c (mips_cpu_info_table): Add rm5200, rm5231, rm5261,
and rm5721 as valid cpu strings.
(md_show_usage): Add rm5200, rm5231, rm5261, rm5721.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 57290b5..f9f4cae 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2001-07-04 Eric Christopher <echristo@redhat.com> + + * doc/c-mips.texi (MIPS Opts): Document 12000 as valid cpu. + + * config/tc-mips.c (mips_cpu_info_table): Add rm5200, rm5231, rm5261, + and rm5721 as valid cpu strings. + (md_show_usage): Add rm5200, rm5231, rm5261, rm5721. + 2001-07-04 Richard Sandiford <rsandifo@redhat.com> * config/tc-mips.c (md_apply_fix): Prevent addend from becoming zero @@ -14,7 +22,7 @@ called. * doc/internals.texi; Document - TC_FINALIZE_SYMS_BEFORE_SIZE_SEG. + TC_FINALIZE_SYMS_BEFORE_SIZE_SEG. 2001-07-02 Alan Modra <amodra@bigpond.net.au> |