aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-11-05 05:56:53 +0000
committerAlan Modra <amodra@gmail.com>2010-11-05 05:56:53 +0000
commitf4eaaf7fceed097ed62542f9940986b1de01aa48 (patch)
treebf874d78f5edddba96666ef788fc9a99b98b1db1 /ld/ChangeLog
parent7cdfa31841aea9665682cadb03aaade2821721b1 (diff)
downloadgdb-f4eaaf7fceed097ed62542f9940986b1de01aa48.zip
gdb-f4eaaf7fceed097ed62542f9940986b1de01aa48.tar.gz
gdb-f4eaaf7fceed097ed62542f9940986b1de01aa48.tar.bz2
* ldlang.c (lang_add_section): Distinguish ELF treatment of NOLOAD.
(map_input_to_output_sections): Likewise. (lang_size_sections_1): Likewise. (IGNORE_SECTION): Don't test SEC_NEVER_LOAD. (lang_check_section_addresses): Likewise.
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 cd29ee8..e3620b9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-05 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_add_section): Distinguish ELF treatment of NOLOAD.
+ (map_input_to_output_sections): Likewise.
+ (lang_size_sections_1): Likewise.
+ (IGNORE_SECTION): Don't test SEC_NEVER_LOAD.
+ (lang_check_section_addresses): Likewise.
+
2010-11-04 Kai Tietz <kai.tietz@onevision.com>
* scripttempl/pe.sc (.debug_types): New.