summaryrefslogtreecommitdiff
path: root/gold/testsuite/retain_symbols_file_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
|
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
|
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
|
* Remove checks for constructors that might have been eliminated by GCC.Cary Coutant2016-03-081-1/+0
| | | | | | | | | | | | | GCC 6 does not generate constructors for two of gold's test cases. This patch simply removes the checks for them. gold/ PR 19751 * testsuite/Makefile.am (retain_symbols_file_test): Remove check for constructor. * testsuite/Makefile.in: Regenerate. * testsuite/dynamic_list.sh: Likewise. * testsuite/retain_symbols_file_test.sh: Likewise.
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
|
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
|
* Update copyright yearsAlan Modra2014-03-051-1/+1
|
* * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.Ian Lance Taylor2009-10-101-1/+0
|
* * testsuite/retain_symbols_file_test.sh (check_present): ChangeIan Lance Taylor2009-09-221-4/+4
| | | | | output file name to retain_symbols_file_test.stdout. (check_absent): Likewise.
* * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.Craig Silverstein2009-09-181-0/+55
* options.cc: Include <cerrno> and <fstream>. (General_options::finalize): Parse -retain-symbols-file tag. * options.h: New flag. (General_options): New method should_retain_symbol, new variable symbols_to_retain. * symtab.cc (Symbol_table::sized_finalize_symbol): Test should_retain_symbol map. * testsuite/Makefile.am (retain_symbols_file_test): New test. * testsuite/Makefile.in: Regenerate. * testsuite/retain_symbols_file_test.sh: New file.