aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-04-08 01:01:43 +0000
committerAlan Modra <amodra@gmail.com>2002-04-08 01:01:43 +0000
commitd08a14c3854c87e4e5ab279af5fd54061cd9cd7d (patch)
treea38175eecc1e69e4b0b3125fa9fc665a14450f66 /ld/ChangeLog
parent27cdacdbd02fe239db088c972692df89910c78f7 (diff)
downloadgdb-d08a14c3854c87e4e5ab279af5fd54061cd9cd7d.zip
gdb-d08a14c3854c87e4e5ab279af5fd54061cd9cd7d.tar.gz
gdb-d08a14c3854c87e4e5ab279af5fd54061cd9cd7d.tar.bz2
* ldlang.c (lang_size_sections_1): Don't complain about
SEC_NEVER_LOAD sections having no memory region specified.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a4f616e..57b607c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,8 @@
2002-04-08 Alan Modra <amodra@bigpond.net.au>
+ * ldlang.c (lang_size_sections_1): Don't complain about
+ SEC_NEVER_LOAD sections having no memory region specified.
+
* ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2002-04-07 matthew green <mrg@redhat.com>