aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-10-10 12:43:14 +0000
committerAlan Modra <amodra@gmail.com>2011-10-10 12:43:14 +0000
commit9bbc1a67d375f36d009bf5ba8ffd7d9c53511885 (patch)
tree33011b9c0c8b4ce911cae37e29939e4d7ea8e6ce /ld/ChangeLog
parentbd518033e94e94717505ba617c9cc46beebffde8 (diff)
downloadbinutils-9bbc1a67d375f36d009bf5ba8ffd7d9c53511885.zip
binutils-9bbc1a67d375f36d009bf5ba8ffd7d9c53511885.tar.gz
binutils-9bbc1a67d375f36d009bf5ba8ffd7d9c53511885.tar.bz2
* ldmain.c (main): Move code twiddling various config and link_info
bits to.. * lexsup.c (parse_args): ..here. Move plugin_load_plugins call into main. * plugin.c (set_tv_header): Test link_info.executable, not link_info.shared. (is_visible_from_outside): Likewise. Delete redundant is_ir_dummy_bfd check and "section" parameter.
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 8257eec..bc39daa 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,16 @@
2011-10-10 Alan Modra <amodra@gmail.com>
+ * ldmain.c (main): Move code twiddling various config and link_info
+ bits to..
+ * lexsup.c (parse_args): ..here. Move plugin_load_plugins call
+ into main.
+ * plugin.c (set_tv_header): Test link_info.executable, not
+ link_info.shared.
+ (is_visible_from_outside): Likewise. Delete redundant
+ is_ir_dummy_bfd check and "section" parameter.
+
+2011-10-10 Alan Modra <amodra@gmail.com>
+
* emultempl/ppc64elf.em (ppc_add_stub_section): Align to 32 bytes.
2011-10-09 Alan Modra <amodra@gmail.com>