diff options
author | Cary Coutant <ccoutant@google.com> | 2011-07-07 18:41:53 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-07-07 18:41:53 +0000 |
commit | 33c15b4521e0cc903c18ba94b2295b0caf6324f5 (patch) | |
tree | 159af1ba291241a042d7c0b74b85bcc56a146c8a /gold/ChangeLog | |
parent | 97d146f8056dcb9528fb707a93152e35dad0d8ae (diff) | |
download | gdb-33c15b4521e0cc903c18ba94b2295b0caf6324f5.zip gdb-33c15b4521e0cc903c18ba94b2295b0caf6324f5.tar.gz gdb-33c15b4521e0cc903c18ba94b2295b0caf6324f5.tar.bz2 |
* testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
(two_file_test_1_ndebug.o): Likewise.
(two_file_test_1b_ndebug.o): Likewise.
(two_file_test_2_ndebug.o): Likewise.
(two_file_test_main_ndebug.o): Likewise.
(incremental_test_2): Link with no-debug versions.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 52833b6..cadee90 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2011-07-07 Cary Coutant <ccoutant@google.com> + + * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target. + (two_file_test_1_ndebug.o): Likewise. + (two_file_test_1b_ndebug.o): Likewise. + (two_file_test_2_ndebug.o): Likewise. + (two_file_test_main_ndebug.o): Likewise. + (incremental_test_2): Link with no-debug versions. + 2011-07-06 Cary Coutant <ccoutant@google.com> * gold/incremental.cc |