diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-14 07:06:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-14 07:06:45 +0000 |
commit | c8089be72d51bf9548e3d3323f8c157c7ff55242 (patch) | |
tree | ae81301f19a2e316ea7da7a3f04ca26ca4f5c057 /gas | |
parent | 68cdbb4a03848a829b1ee8e08b9d5de3c13522a8 (diff) | |
download | binutils-gdb-c8089be72d51bf9548e3d3323f8c157c7ff55242.tar.gz |
fix typo
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bf747f5faaa..5ce5dba611d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. |