* ldlang.c (insert_pad): Make use of an existing pad statement if
authorAlan Modra <amodra@gmail.com>
Sat, 18 Aug 2001 14:54:26 +0000 (14:54 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 18 Aug 2001 14:54:26 +0000 (14:54 +0000)
commitb3327aadfd3c7e294aa72b5f772326499b8eed9c
tree511773070edd3ec4f0ecb629d7a164f84a5e211a
parentceb160c895751b7115e070d94463067c1667368a
* ldlang.c (insert_pad): Make use of an existing pad statement if
available.  Move code calculating alignment, adjusting section
alignment power, and adjusting dot to ..
(size_input_section): .. here.  Remove unused relax param.
(lang_size_sections): Change boolean `relax' param to boolean *.
Adjust call to size_input_section.  Make use of insert_pad to
place pad after the assignment statement.  If relaxing, zap
padding statements.
(reset_memory_regions): Reset output_bfd section sizes too.
(relax_again): Move to..
(lang_process): ..here.  Adjust call to lang_size_sections, and
remove duplicated code.
* ldlang.h (lang_size_sections): Change `relax' param to boolean *.
ld/ChangeLog
ld/ldlang.c
ld/ldlang.h