From: Ian Lance Taylor Date: Tue, 22 Feb 1994 18:19:07 +0000 (+0000) Subject: * ldlang.c (lang_size_sections): Only align section to alignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a733e1d7a669704e75d6afd9d3845062424cafd2;p=binutils-gdb.git * ldlang.c (lang_size_sections): Only align section to alignment required by linker script, not to maximum alignment of input sections. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ceda0770830..b1cd6885413 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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.