mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-14 12:40:58 +08:00
fix typo.
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
* config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
|
* config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
|
||||||
S_GET_VALUE by using a temp.
|
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.
|
(mips_emit_delays): Likewise.
|
||||||
(my_getExpression): Likewise.
|
(my_getExpression): Likewise.
|
||||||
(md_apply_fix): Likewise. Use "valueT" rather than "long" for "value".
|
(md_apply_fix): Likewise. Use "valueT" rather than "long" for "value".
|
||||||
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
2001-06-06 Christian Groessler <cpg@aladdin.de>
|
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.
|
variables and tagging unused parameters as such.
|
||||||
(md_begin): Fixed a typo (","instead of ";").
|
(md_begin): Fixed a typo (","instead of ";").
|
||||||
(struct ctrl_table): Add parentheses to initialize array
|
(struct ctrl_table): Add parentheses to initialize array
|
||||||
@ -190,8 +190,8 @@
|
|||||||
|
|
||||||
2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
|
2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
|
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
|
||||||
howto entry is not found.
|
howto entry is not found.
|
||||||
|
|
||||||
2001-05-15 Alexandre Oliva <aoliva@redhat.com>
|
2001-05-15 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user