aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 91055de..4303a72 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,14 @@
+2014-01-16 Alan Modra <amodra@gmail.com>
+
+ * ld.h (fat_section_userdata_type, get_userdata): Move to..
+ * ldlang.h (input_section_userdata_type, get_userdata): ..here.
+ * ldlang.c (init_map_userdata): Delete. Fold into..
+ (sort_def_symbol): ..here. Don't attach input section userdata
+ to output sections or global bfd sections.
+ (lang_map): Don't pre-allocate input section userdata.
+ (init_os): Don't allocate userdata for output sections.
+ (print_all_symbols): Update.
+
2014-01-15 H.J. Lu <hongjiu.lu@intel.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):