aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-05-26 03:20:10 +0000
committerAlan Modra <amodra@gmail.com>2009-05-26 03:20:10 +0000
commit00f3247a62aa73c2cd8f80d8d8614a89bc417301 (patch)
tree45593758fa23bf957546b1c7858a943842d8215f /ld/ChangeLog
parent5de4cd1336d5bc50c1cd281eaacf62058e8a905b (diff)
downloadgdb-00f3247a62aa73c2cd8f80d8d8614a89bc417301.zip
gdb-00f3247a62aa73c2cd8f80d8d8614a89bc417301.tar.gz
gdb-00f3247a62aa73c2cd8f80d8d8614a89bc417301.tar.bz2
* dep-in.sed: Output one filename per line with all lines having
continuation backslash. Prefix first line with "A", following lines with "B". * Makefile.am (DEP): Don't use dep.sed here. (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies, sort and uniq. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ded1d2a..e2fcb99 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,15 @@
2009-05-26 Alan Modra <amodra@bigpond.net.au>
+ * dep-in.sed: Output one filename per line with all lines having
+ continuation backslash. Prefix first line with "A", following
+ lines with "B".
+ * Makefile.am (DEP): Don't use dep.sed here.
+ (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
+ sort and uniq.
+ * Makefile.in: Regenerate.
+
+2009-05-26 Alan Modra <amodra@bigpond.net.au>
+
* ldlang.c (lang_check_section_addresses): Ignore non-alloc sections.
2009-05-22 Julian Brown <julian@codesourcery.com>