aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-05-22 11:27:44 +0000
committerNathan Sidwell <nathan@codesourcery.com>2009-05-22 11:27:44 +0000
commitec6d26bed6aaf59e5c3d4b619b127c2e22ff39a0 (patch)
treed1632ec7ec393d26d0dde9c2826b5e2f3203a047 /ld/ChangeLog
parent88c0ab9dd995d4719c640134a75f11abfad249be (diff)
downloadgdb-ec6d26bed6aaf59e5c3d4b619b127c2e22ff39a0.zip
gdb-ec6d26bed6aaf59e5c3d4b619b127c2e22ff39a0.tar.gz
gdb-ec6d26bed6aaf59e5c3d4b619b127c2e22ff39a0.tar.bz2
* ldlang.c (lang_check_section_addresses): Ignore non-loadable
sections when checking for overlap. Clarify error message concerns load address. testsuite/ * ld-scripts/rgn-at4.t: New. * ld-scripts/rgn-at4.d: New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7af3e3c..7e99916 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-22 Nathan Sidwell <nathan@codesourcery.com>
+
+ * ldlang.c (lang_check_section_addresses): Ignore non-loadable
+ sections when checking for overlap. Clarify error message
+ concerns load address.
+
2009-05-22 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".