aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-04-04 11:45:03 +1030
committerAlan Modra <amodra@gmail.com>2014-04-04 19:06:35 +1030
commitffe54b3798db9112505e7f6b9d5e0d0b13823a29 (patch)
treed4bddfdbeb3aba9d668268998086de08da71dfc9 /ld/ChangeLog
parent4554c4528a3548320c020f9baf97485302624300 (diff)
downloadgdb-ffe54b3798db9112505e7f6b9d5e0d0b13823a29.zip
gdb-ffe54b3798db9112505e7f6b9d5e0d0b13823a29.tar.gz
gdb-ffe54b3798db9112505e7f6b9d5e0d0b13823a29.tar.bz2
Pad sections according to current script FILL.
When aligning input sections, we are supposed to take the fill pattern from a FILL statement, if there is one in the output section statement. ld/ * ldlang.c (lang_size_sections_1 <lang_input_section_enum>): Use current "fill", not "output_section_statement->fill". ld/testsuite/ * ld-scripts/fill.d, * ld-scripts/fill.t, * ld-scripts/fill_0.s, * ld-scripts/fill_1.s, * ld-scripts/fill_2.s: New test. * ld-scripts/data.exp: Run it.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d823aa4..5a3ddf2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-04 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_size_sections_1 <lang_input_section_enum>): Use
+ current "fill", not "output_section_statement->fill".
+
2014-03-31 Nick Clifton <nickc@redhat.com>
PR ld/16744