aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-28 03:35:59 +0000
committerAlan Modra <amodra@gmail.com>2002-08-28 03:35:59 +0000
commitdf44284ec4c9d3b10c45d9b09b5b6cd8dd8d8630 (patch)
tree3c585fd7affbd8745832532289f739028c382ab4 /gas/ChangeLog
parentc89e8944a4533b883d70cae10414355c512be8c2 (diff)
downloadgdb-df44284ec4c9d3b10c45d9b09b5b6cd8dd8d8630.zip
gdb-df44284ec4c9d3b10c45d9b09b5b6cd8dd8d8630.tar.gz
gdb-df44284ec4c9d3b10c45d9b09b5b6cd8dd8d8630.tar.bz2
* write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
(TC_ADJUST_RELOC_COUNT): Tweak param name. (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise. (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise. (RELOC_ENUM): Define. (fix_new_internal): Use RELOC_ENUM. (fix_new, fix_new_exp): Likewise. (adjust_reloc_syms): Comment. Remove unnecessary tests on sym != NULL. Replace gotos with continue. (write_relocs): Formatting. Avoid symbol loops in RELOC_EXPANSION_POSSIBLE case too. Report bfd_reloc_outofrange errors, and error number in other cases. (fixup_segment): Remove param names from prototype. Rename "this_segment_type" to "this_segment". Update linkrelax comment. Remove "size, "place" and "where" local vars. Formatting. Update "no symbol" comment. Remove #if 0 and #if 1.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 557779b..17acb07 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,22 @@
2002-08-28 Alan Modra <amodra@bigpond.net.au>
+ * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
+ (TC_ADJUST_RELOC_COUNT): Tweak param name.
+ (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise.
+ (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise.
+ (RELOC_ENUM): Define.
+ (fix_new_internal): Use RELOC_ENUM.
+ (fix_new, fix_new_exp): Likewise.
+ (adjust_reloc_syms): Comment. Remove unnecessary tests on sym != NULL.
+ Replace gotos with continue.
+ (write_relocs): Formatting. Avoid symbol loops in
+ RELOC_EXPANSION_POSSIBLE case too. Report bfd_reloc_outofrange
+ errors, and error number in other cases.
+ (fixup_segment): Remove param names from prototype. Rename
+ "this_segment_type" to "this_segment". Update linkrelax comment.
+ Remove "size, "place" and "where" local vars. Formatting. Update
+ "no symbol" comment. Remove #if 0 and #if 1.
+
* app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.
2002-08-27 Alan Modra <amodra@bigpond.net.au>