* ldlang.c (lang_size_sections): Only align section to alignment

required by linker script, not to maximum alignment of input
	sections.
This commit is contained in:
Ian Lance Taylor 1994-02-22 18:19:07 +00:00
parent c9c45af14e
commit a733e1d7a6
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Tue Feb 22 09:21:18 1994 Ian Lance Taylor (ian@cygnus.com)
* ldlang.c (lang_size_sections): Only align section to alignment
required by linker script, not to maximum alignment of input
sections.
* ldlang.h (largest_section): Don't declare.
* ldlang.c (largest_section): Don't define.
(size_input_section): Don't set largest_section; not used.