aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-09-18 00:34:58 +0000
committerIan Lance Taylor <ian@airs.com>2010-09-18 00:34:58 +0000
commitd4d9148957223e46022675f5322ba422f15943f9 (patch)
treed8b7f80475e6ae848dbfe2ea9847080de206776e /gold/ChangeLog
parent2904037a9543877332009a4910cc8a82a33cc3ec (diff)
downloadgdb-d4d9148957223e46022675f5322ba422f15943f9.zip
gdb-d4d9148957223e46022675f5322ba422f15943f9.tar.gz
gdb-d4d9148957223e46022675f5322ba422f15943f9.tar.bz2
* testsuite/Makefile.am (memory_test.o): New target.
(memory_test): Depend on memory_test.o, gcctestdir/ld, and memory_test.t. * testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index db96352..fa478b4 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,6 +1,10 @@
2010-09-17 Ian Lance Taylor <iant@google.com>
* testsuite/memory_test.sh: Adjust for change of 2010-09-10.
+ * testsuite/Makefile.am (memory_test.o): New target.
+ (memory_test): Depend on memory_test.o, gcctestdir/ld, and
+ memory_test.t.
+ * testsuite/Makefile.in: Rebuild.
2010-09-17 Doug Kwan <dougkwan@google.com>