diff options
author | Nick Clifton <nickc@redhat.com> | 2008-06-12 11:27:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-06-12 11:27:38 +0000 |
commit | 5590fba9534e101a6f41d7ad801442cf7af17f98 (patch) | |
tree | b789c35625de56263122fe6f3932bee606090b18 /ld/ChangeLog | |
parent | 1e6e8c4b76fd0627cc71bf980a1429b1ea2055cf (diff) | |
download | gdb-5590fba9534e101a6f41d7ad801442cf7af17f98.zip gdb-5590fba9534e101a6f41d7ad801442cf7af17f98.tar.gz gdb-5590fba9534e101a6f41d7ad801442cf7af17f98.tar.bz2 |
* ldlang.c (print_output_section_statement): If the output section
statement has an update_dot_tree expression, apply it to
print_dot.
(print_input_section): Do not update print_dot if it would move
print_dot backwards.
(lang_do_assignments_1): If the output section statement has an
update_dot_tree expression apply it to dot.
* ld-scripts/overlay-size.t (end_of_bss_overlays): Define.
(end_of_text_overlays): Define.
(end_of_data_overlays): Define.
* ld-scripts/overlay-size-map.d: Add expected values for
end_of_bss_overlays, end_of_text_overlays and
end_of_data_overlays.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 95c298e..6524a63 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2008-06-12 Nick Clifton <nickc@redhat.com> + + * ldlang.c (print_output_section_statement): If the output section + statement has an update_dot_tree expression, apply it to + print_dot. + (print_input_section): Do not update print_dot if it would move + print_dot backwards. + (lang_do_assignments_1): If the output section statement has an + update_dot_tree expression apply it to dot. + 2008-06-07 Alan Modra <amodra@bigpond.net.au> * NEWS: Mention archive:path patterns. |