From: Thiemo Seufer Date: Fri, 7 Sep 2001 06:09:45 +0000 (+0000) Subject: Fix wrong ChangeLog entries X-Git-Tag: cygnus_cvs_20020108_pre~1420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad58c9210cc77362ac19d4a73a40e4ef774fcd97;p=platform%2Fupstream%2Fbinutils.git Fix wrong ChangeLog entries --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 297b304..508ac0b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,7 +2,7 @@ * config/tc-mips.c (s_mipsset): Reallow unrestricted use of .set mipsX pseudo-op. - + 2001-09-07 Thiemo Seufer * config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL. @@ -12,7 +12,7 @@ (md_pcrel_from): return the right offset for the differently shifted pcrel relocs. (md_apply_fix): Handle BFD_RELOC_16_PCREL. - + 2001-09-05 Richard Henderson * config/tc-ia64.c (FUNC_IPLT_RELOC): New. @@ -114,7 +114,7 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke 2001-08-27 Thiemo Seufer - * tc_mips.c (load_address): Reflect change to MAX_GPREL_OFFSET. + * config/tc-mips.c (load_address): Reflect change to MAX_GPREL_OFFSET. (macro): Reflect change to MAX_GPREL_OFFSET. 2001-08-27 Torbjorn Granlund @@ -168,9 +168,9 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke 2001-08-26 Thiemo Seufer - * tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowed - value, not the word beyond maximum. - * tc_mips.c (macro_build_lui): Code cleanup. + * config/tc-mips.h (MAX_GPREL_OFFSET): Change it to the maximum + allowed value, not the word beyond maximum. + * config/tc-mips.c (macro_build_lui): Code cleanup. (macro): Reflect change to MAX_GPREL_OFFSET. (mips_ip): Check explicitly against S_EX_NONE. (my_get_SmallExpression): parse for %gp_rel, not %gprel. @@ -188,8 +188,8 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke 2001-08-21 Thiemo Seufer - * tc_mips.c (md_begin): Warn about incompatibility between -march=FOO - and -mipsN option, continue with default ISA. + * config/tc-mips.c (md_begin): Warn about incompatibility between + -march=FOO and -mipsN option, continue with default ISA. 2001-08-21 Thiemo Seufer @@ -315,12 +315,13 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke 2001-08-07 Thiemo Seufer - * tc-mips.c (macro_build): Replace magic constants by defines. + * config/tc-mips.c (macro_build): Replace magic constants by defines. (mips_ip): Likewise. Typo. 2001-08-04 Thiemo Seufer - * tc-mips.c (mips_abi_string): Initialize with NULL instead of 0. + * config/tc-mips.c (mips_abi_string): Initialize with NULL instead + of 0. (RELAX_ENCODE): Replace bfd_vma by valueT. (load_address): Formatting. (macro): Likewise. Code cleanup. Typo.