aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-05-26 03:19:50 +0000
committerAlan Modra <amodra@gmail.com>2009-05-26 03:19:50 +0000
commit5de4cd1336d5bc50c1cd281eaacf62058e8a905b (patch)
tree5ec2264f2391f59a9b787e8611a1752741316b7e /gas/ChangeLog
parent9e097a72c91d18b86c53ce98e9a9d32d9df899de (diff)
downloadgdb-5de4cd1336d5bc50c1cd281eaacf62058e8a905b.zip
gdb-5de4cd1336d5bc50c1cd281eaacf62058e8a905b.tar.gz
gdb-5de4cd1336d5bc50c1cd281eaacf62058e8a905b.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. (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq. Emit multi dependencies on one line. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8c793e2..6d46deb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +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.
+ (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
+ Emit multi dependencies on one line.
+ * Makefile.in: Regenerate.
+
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms: New file to compile gas on VMS.