mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
fix typo
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
2003-08-14 Alan Modra <amodra@bigpond.net.au>
|
2003-08-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* dep-in.sed: Remove libintl.h. Ignore include/fpoen-*.h
|
* dep-in.sed: Remove libintl.h. Ignore include/fopen-*.h
|
||||||
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
|
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
|
||||||
Run "make dep-am".
|
Run "make dep-am".
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
@ -22,17 +22,17 @@
|
|||||||
|
|
||||||
2003-08-07 Jason Eckhardt <jle@rice.edu>
|
2003-08-07 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* config/tc-i860.c (i860_check_label): New function.
|
* config/tc-i860.c (i860_check_label): New function.
|
||||||
* config/tc-i860.h (i860_check_label): New prototype.
|
* config/tc-i860.h (i860_check_label): New prototype.
|
||||||
(tc_check_label): Define macro as i860_check_label.
|
(tc_check_label): Define macro as i860_check_label.
|
||||||
|
|
||||||
2003-08-06 Jason Eckhardt <jle@rice.edu>
|
2003-08-06 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* config/tc-i860.c (s_align_wrapper): New function and prototype.
|
* config/tc-i860.c (s_align_wrapper): New function and prototype.
|
||||||
(md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
|
(md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
|
||||||
surrounding OBJ_ELF ifdef, and re-format slightly.
|
surrounding OBJ_ELF ifdef, and re-format slightly.
|
||||||
* doc/c-i860.texi: Document the special .align syntax available
|
* doc/c-i860.texi: Document the special .align syntax available
|
||||||
in Intel mode.
|
in Intel mode.
|
||||||
|
|
||||||
2003-08-06 Jason Eckhardt <jle@rice.edu>
|
2003-08-06 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
@ -51,21 +51,21 @@
|
|||||||
|
|
||||||
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* config/tc-i860.c (i860_process_insn): Don't handle dual-bit
|
* config/tc-i860.c (i860_process_insn): Don't handle dual-bit
|
||||||
setting during flop argument parsing. Instead, do it after
|
setting during flop argument parsing. Instead, do it after
|
||||||
instruction is fully parsed.
|
instruction is fully parsed.
|
||||||
|
|
||||||
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* doc/c-i860.texi: Mention that .dual, .enddual, and .atmp
|
* doc/c-i860.texi: Mention that .dual, .enddual, and .atmp
|
||||||
directives are only available in Intel syntax mode.
|
directives are only available in Intel syntax mode.
|
||||||
|
|
||||||
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* config/tc-i860.c (s_dual): Accept .dual directive only in
|
* config/tc-i860.c (s_dual): Accept .dual directive only in
|
||||||
the Intel syntax mode.
|
the Intel syntax mode.
|
||||||
(s_enddual): Likewise for .enddual.
|
(s_enddual): Likewise for .enddual.
|
||||||
(s_atmp): Likewise for .atmp.
|
(s_atmp): Likewise for .atmp.
|
||||||
|
|
||||||
2003-08-04 Alan Modra <amodra@bigpond.net.au>
|
2003-08-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
@ -74,18 +74,18 @@
|
|||||||
|
|
||||||
2003-08-01 Jason Eckhardt <jle@rice.edu>
|
2003-08-01 Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
|
* config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
|
||||||
(target_intel_syntax): Declare variable.
|
(target_intel_syntax): Declare variable.
|
||||||
(OPTION_INTEL_SYNTAX): Declare macro.
|
(OPTION_INTEL_SYNTAX): Declare macro.
|
||||||
(md_longopts): Add option -mintel-syntax.
|
(md_longopts): Add option -mintel-syntax.
|
||||||
(md_parse_option): Set target_intel_syntax.
|
(md_parse_option): Set target_intel_syntax.
|
||||||
(md_show_usage): Add -mintel-syntax usage.
|
(md_show_usage): Add -mintel-syntax usage.
|
||||||
(md_begin): Set reg_prefix based on target_intel_syntax.
|
(md_begin): Set reg_prefix based on target_intel_syntax.
|
||||||
(i860_process_insn): Skip register prefix only if there is one.
|
(i860_process_insn): Skip register prefix only if there is one.
|
||||||
Parse relocatable expressions in either Intel or AT&T syntax based
|
Parse relocatable expressions in either Intel or AT&T syntax based
|
||||||
on target_intel_syntax instead of the SYNTAX_SVR4 macro.
|
on target_intel_syntax instead of the SYNTAX_SVR4 macro.
|
||||||
* doc/c-i860.texi: Document -mintel-syntax option and give blurb
|
* doc/c-i860.texi: Document -mintel-syntax option and give blurb
|
||||||
about the differences in syntax.
|
about the differences in syntax.
|
||||||
|
|
||||||
2003-08-01 Dmitry Diky <diwil@mail.ru>
|
2003-08-01 Dmitry Diky <diwil@mail.ru>
|
||||||
|
|
||||||
@ -189,7 +189,7 @@
|
|||||||
* config/tc-arm.c (arm_archs): Add iwmmxt.
|
* config/tc-arm.c (arm_archs): Add iwmmxt.
|
||||||
|
|
||||||
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
|
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* read.c (do_parse_cons_expression): Mark nbytes unused to
|
* read.c (do_parse_cons_expression): Mark nbytes unused to
|
||||||
silence gcc.
|
silence gcc.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user