* coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
authorIan Lance Taylor <ian@airs.com>
Thu, 9 Nov 1995 19:44:09 +0000 (19:44 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 9 Nov 1995 19:44:09 +0000 (19:44 +0000)
commit4a378b13e498c735d6f51c546466d4d6a06da74c
tree0696db9c68d79ae6b1ae7d15dfa27388b391c4b5
parent7906bf87b9bed567a2e683aaa65c1bace627a04b
* coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
which checks for STYP_OVRFLO sections.
(coff_compute_section_file_positions): If RS6000COFF_C, handle
reloc and lineno count overflows.
(coff_write_object_contents): Call coff_count_linenumbers before
coff_compute_section_file_positions.  If RS6000COFF_C, handle
reloc and lineno count overflows.
* xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
relocs before dealing with .pad sections.  Count overflow section
headers when handling .pad sections.
bfd/ChangeLog
bfd/xcofflink.c