diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-22 14:12:42 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-22 14:12:42 +0000 |
commit | 2253bfba80564a485bbccb495ed218eea4d8a7b2 (patch) | |
tree | 85f03749041a40df22ae49b4438f28c8a02ae08a /gold/ChangeLog | |
parent | 097f51f74b4b7a637b867042cdb1bc9366d428c3 (diff) | |
download | gdb-2253bfba80564a485bbccb495ed218eea4d8a7b2.zip gdb-2253bfba80564a485bbccb495ed218eea4d8a7b2.tar.gz gdb-2253bfba80564a485bbccb495ed218eea4d8a7b2.tar.bz2 |
Add icf_virtual_function_folding_test to check_PROGRAMS.
2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/Makefile.am (check_PROGRAMS): Add
icf_virtual_function_folding_test.
* testsuite/Makefile.in: Regenerated.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c4f934f..e475601 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2010-04-22 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/Makefile.am (check_PROGRAMS): Add + icf_virtual_function_folding_test. + * testsuite/Makefile.in: Regenerated. + 2010-04-15 Andrew Haley <aph@redhat.com> * options.h (merge_exidx_entries): New option. @@ -100,7 +106,7 @@ (opt_address_and_section_type): Change type to output_section_header. (section_type): New non-terminal (section_header): Handle section type. - (opt_address_and_section_type): Return section type value. + (opt_address_and_section_type): Return section type value. 2010-04-09 H.J. Lu <hongjiu.lu@intel.com> |