diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-22 18:19:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-22 18:19:07 +0000 |
commit | a733e1d7a669704e75d6afd9d3845062424cafd2 (patch) | |
tree | 1bfb1b286859354f57cf8c84af78db681483746b /ld/ChangeLog | |
parent | c9c45af14ec18a76b2f1c35f65211c5c6cf468bb (diff) | |
download | gdb-a733e1d7a669704e75d6afd9d3845062424cafd2.zip gdb-a733e1d7a669704e75d6afd9d3845062424cafd2.tar.gz gdb-a733e1d7a669704e75d6afd9d3845062424cafd2.tar.bz2 |
* ldlang.c (lang_size_sections): Only align section to alignment
required by linker script, not to maximum alignment of input
sections.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ceda077..b1cd688 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. |