aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-09-07 06:09:45 +0000
committerThiemo Seufer <ths@networkno.de>2001-09-07 06:09:45 +0000
commitad58c9210cc77362ac19d4a73a40e4ef774fcd97 (patch)
tree0b00120aeddea7bfe7010d49e3449cb1e6fff15e /gas
parent553178e47b1d01715741459d1f828a86c1a2a51b (diff)
downloadfsf-binutils-gdb-ad58c9210cc77362ac19d4a73a40e4ef774fcd97.zip
fsf-binutils-gdb-ad58c9210cc77362ac19d4a73a40e4ef774fcd97.tar.gz
fsf-binutils-gdb-ad58c9210cc77362ac19d4a73a40e4ef774fcd97.tar.bz2
Fix wrong ChangeLog entries
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog21
1 files changed, 11 insertions, 10 deletions
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 <seufer@csv.ica.uni-stuttgart.de>
* 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 <rth@redhat.com>
* config/tc-ia64.c (FUNC_IPLT_RELOC): New.
@@ -114,7 +114,7 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
2001-08-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
- * 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 <tege@swox.com>
@@ -168,9 +168,9 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
- * 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 <amylaar@redhat.com>
2001-08-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
- * 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 <seufer@csv.ica.uni-stuttgart.de>
@@ -315,12 +315,13 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
2001-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
- * 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 <seufer@csv.ica.uni-stuttgart.de>
- * 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.