fix typo.

This commit is contained in:
Alan Modra
2001-06-08 06:11:33 +00:00
parent 98aa84af0e
commit c0037ab6f5

@ -5,7 +5,7 @@
* config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
S_GET_VALUE by using a temp.
(append_insn): Likewise, and for S_GET_VALUE too.
(append_insn): Likewise, and for S_SET_VALUE too.
(mips_emit_delays): Likewise.
(my_getExpression): Likewise.
(md_apply_fix): Likewise. Use "valueT" rather than "long" for "value".
@ -38,7 +38,7 @@
2001-06-06 Christian Groessler <cpg@aladdin.de>
* config/tc-z8k.c: Removed many warnings by removing unused
* config/tc-z8k.c: Removed many warnings by removing unused
variables and tagging unused parameters as such.
(md_begin): Fixed a typo (","instead of ";").
(struct ctrl_table): Add parentheses to initialize array
@ -190,8 +190,8 @@
2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
howto entry is not found.
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
howto entry is not found.
2001-05-15 Alexandre Oliva <aoliva@redhat.com>