aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-30 04:19:11 +0000
committerAlan Modra <amodra@gmail.com>2012-05-30 04:19:11 +0000
commit6d8bf25d7e9b6fa7cff57137e7c55bcb11b227d8 (patch)
treef1e29ca76d1291788cd71991ae5d8c4e88f85bb6 /ld/ChangeLog
parentebd86fb5688dac848266e6a902ea192fe9aa1576 (diff)
downloadgdb-6d8bf25d7e9b6fa7cff57137e7c55bcb11b227d8.zip
gdb-6d8bf25d7e9b6fa7cff57137e7c55bcb11b227d8.tar.gz
gdb-6d8bf25d7e9b6fa7cff57137e7c55bcb11b227d8.tar.bz2
* ldlang.h (lang_output_section_statement_type): Rename
"section_relative_symbol" field to "update_dot". * ldlang.c: Update all uses. (strip_excluded_output_sections): Don't test update_dot_tree here.. (lang_leave_overlay): ..set update_dot here.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f513cc6..caad59d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-30 Alan Modra <amodra@gmail.com>
+
+ * ldlang.h (lang_output_section_statement_type): Rename
+ "section_relative_symbol" field to "update_dot".
+ * ldlang.c: Update all uses.
+ (strip_excluded_output_sections): Don't test update_dot_tree here..
+ (lang_leave_overlay): ..set update_dot here.
+
2012-05-26 Alan Modra <amodra@gmail.com>
* ldlex.h (enum option_values): Move from..