diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-09-18 00:34:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-09-18 00:34:58 +0000 |
commit | d4d9148957223e46022675f5322ba422f15943f9 (patch) | |
tree | d8b7f80475e6ae848dbfe2ea9847080de206776e /gold/ChangeLog | |
parent | 2904037a9543877332009a4910cc8a82a33cc3ec (diff) | |
download | gdb-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/ChangeLog | 4 |
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> |