OSDN Git Service

* write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 28 Aug 2002 03:35:59 +0000 (03:35 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 28 Aug 2002 03:35:59 +0000 (03:35 +0000)
commit8bcc424737a3c133bc697d297402999de35ce49a
tree378146e3667d94c2078058e2cbb0adc17f892cc2
parent3a060f380ff32c87d6102255405bfa6630d54830
* 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.
gas/ChangeLog
gas/write.c