aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-02-22 12:09:59 +0000
committerAlan Modra <amodra@gmail.com>2010-02-22 12:09:59 +0000
commitc380a809dea581f548281e813edfc5b6e5007708 (patch)
treeb83e6ed43b0f0a552da80868291b0279fc1463e9 /ld/ChangeLog
parent8a59fff3dd9f8003c95d89ee2a71d632b130cf8b (diff)
downloadgdb-c380a809dea581f548281e813edfc5b6e5007708.zip
gdb-c380a809dea581f548281e813edfc5b6e5007708.tar.gz
gdb-c380a809dea581f548281e813edfc5b6e5007708.tar.bz2
PR ld/11304
* ldlang.c (exp_init_os): Delete forward declaration. (init_os): Don't check for bfd_section already created and don't init addr_tree and load_base expressions here. (map_input_to_output_sections): Only map input to output sections and set constraints here, and as an exception, create output sections which have their address set. Move all the other code to.. (create_other_output_sections): ..here. New function. Handle init of addr_tree and load_base here too. (lang_process): Call create_other_output_sections.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 466e0a6..4b31b49 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+2010-02-22 Alan Modra <amodra@gmail.com>
+
+ PR ld/11304
+ * ldlang.c (exp_init_os): Delete forward declaration.
+ (init_os): Don't check for bfd_section already created and don't
+ init addr_tree and load_base expressions here.
+ (map_input_to_output_sections): Only map input to output sections
+ and set constraints here, and as an exception, create output
+ sections which have their address set. Move all the other code to..
+ (create_other_output_sections): ..here. New function. Handle init
+ of addr_tree and load_base here too.
+ (lang_process): Call create_other_output_sections.
+
2010-02-19 Alan Modra <amodra@gmail.com>
* Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.