From f6297f933f6f4b420f199b9c6fd908e96be0c0dc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 14 Aug 2003 07:06:45 +0000 Subject: [PATCH] fix typo --- gas/ChangeLog | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index bf747f5faa..5ce5dba611 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,6 @@ 2003-08-14 Alan Modra - * 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 - * 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 - * 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 @@ -51,21 +51,21 @@ 2003-08-05 Jason Eckhardt - * 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 - * 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 - * 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 @@ -74,18 +74,18 @@ 2003-08-01 Jason Eckhardt - * 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 @@ -189,7 +189,7 @@ * config/tc-arm.c (arm_archs): Add iwmmxt. 2003-07-22 H.J. Lu - + * read.c (do_parse_cons_expression): Mark nbytes unused to silence gcc. -- 2.11.0