diff options
author | Cary Coutant <ccoutant@google.com> | 2008-09-29 21:26:39 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-09-29 21:26:39 +0000 |
commit | 81636b3fefccb53f5f14ec1039d932e827b8c1d7 (patch) | |
tree | b588f51ef67ba3a106898dd190ed6575b28b43de /gold | |
parent | fbd8a2572efc74ed0951e6b33b151bc13015e772 (diff) | |
download | gdb-81636b3fefccb53f5f14ec1039d932e827b8c1d7.zip gdb-81636b3fefccb53f5f14ec1039d932e827b8c1d7.tar.gz gdb-81636b3fefccb53f5f14ec1039d932e827b8c1d7.tar.bz2 |
Added missing files to ChangeLog entry.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 54bbfb3..dd60e69 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -7,6 +7,12 @@ * testsuite/Makefile.am (TEST_AR): New variable. (thin_archive_test_1): New test. (thin_archive_test_2): New test. + * testsuite/Makefile.in: Regenerate. + * testsuite/thin_archive_main.cc: New file. + * testsuite/thin_archive_test_1.cc: New file. + * testsuite/thin_archive_test_2.cc: New file. + * testsuite/thin_archive_test_3.cc: New file. + * testsuite/thin_archive_test_4.cc: New file. 2008-09-29 Cary Coutant <ccoutant@google.com> |