mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
fix typo
This commit is contained in:
parent
68cdbb4a03
commit
c8089be72d
@ -1,6 +1,6 @@
|
||||
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.
|
||||
Run "make dep-am".
|
||||
* Makefile.in: Regenerate.
|
||||
@ -22,17 +22,17 @@
|
||||
|
||||
2003-08-07 Jason Eckhardt <jle@rice.edu>
|
||||
|
||||
* config/tc-i860.c (i860_check_label): New function.
|
||||
* config/tc-i860.h (i860_check_label): New prototype.
|
||||
(tc_check_label): Define macro as i860_check_label.
|
||||
* config/tc-i860.c (i860_check_label): New function.
|
||||
* config/tc-i860.h (i860_check_label): New prototype.
|
||||
(tc_check_label): Define macro as i860_check_label.
|
||||
|
||||
2003-08-06 Jason Eckhardt <jle@rice.edu>
|
||||
|
||||
* config/tc-i860.c (s_align_wrapper): New function and prototype.
|
||||
(md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
|
||||
surrounding OBJ_ELF ifdef, and re-format slightly.
|
||||
* doc/c-i860.texi: Document the special .align syntax available
|
||||
in Intel mode.
|
||||
* config/tc-i860.c (s_align_wrapper): New function and prototype.
|
||||
(md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
|
||||
surrounding OBJ_ELF ifdef, and re-format slightly.
|
||||
* doc/c-i860.texi: Document the special .align syntax available
|
||||
in Intel mode.
|
||||
|
||||
2003-08-06 Jason Eckhardt <jle@rice.edu>
|
||||
|
||||
@ -51,21 +51,21 @@
|
||||
|
||||
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
|
||||
instruction is fully parsed.
|
||||
|
||||
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.
|
||||
|
||||
2003-08-05 Jason Eckhardt <jle@rice.edu>
|
||||
|
||||
* config/tc-i860.c (s_dual): Accept .dual directive only in
|
||||
the Intel syntax mode.
|
||||
(s_enddual): Likewise for .enddual.
|
||||
(s_atmp): Likewise for .atmp.
|
||||
* config/tc-i860.c (s_dual): Accept .dual directive only in
|
||||
the Intel syntax mode.
|
||||
(s_enddual): Likewise for .enddual.
|
||||
(s_atmp): Likewise for .atmp.
|
||||
|
||||
2003-08-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
@ -74,18 +74,18 @@
|
||||
|
||||
2003-08-01 Jason Eckhardt <jle@rice.edu>
|
||||
|
||||
* config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
|
||||
(target_intel_syntax): Declare variable.
|
||||
(OPTION_INTEL_SYNTAX): Declare macro.
|
||||
(md_longopts): Add option -mintel-syntax.
|
||||
(md_parse_option): Set target_intel_syntax.
|
||||
(md_show_usage): Add -mintel-syntax usage.
|
||||
(md_begin): Set reg_prefix based on target_intel_syntax.
|
||||
(i860_process_insn): Skip register prefix only if there is one.
|
||||
Parse relocatable expressions in either Intel or AT&T syntax based
|
||||
on target_intel_syntax instead of the SYNTAX_SVR4 macro.
|
||||
* doc/c-i860.texi: Document -mintel-syntax option and give blurb
|
||||
about the differences in syntax.
|
||||
* config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
|
||||
(target_intel_syntax): Declare variable.
|
||||
(OPTION_INTEL_SYNTAX): Declare macro.
|
||||
(md_longopts): Add option -mintel-syntax.
|
||||
(md_parse_option): Set target_intel_syntax.
|
||||
(md_show_usage): Add -mintel-syntax usage.
|
||||
(md_begin): Set reg_prefix based on target_intel_syntax.
|
||||
(i860_process_insn): Skip register prefix only if there is one.
|
||||
Parse relocatable expressions in either Intel or AT&T syntax based
|
||||
on target_intel_syntax instead of the SYNTAX_SVR4 macro.
|
||||
* doc/c-i860.texi: Document -mintel-syntax option and give blurb
|
||||
about the differences in syntax.
|
||||
|
||||
2003-08-01 Dmitry Diky <diwil@mail.ru>
|
||||
|
||||
@ -189,7 +189,7 @@
|
||||
* config/tc-arm.c (arm_archs): Add iwmmxt.
|
||||
|
||||
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
||||
* read.c (do_parse_cons_expression): Mark nbytes unused to
|
||||
silence gcc.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user