aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2008-12-16 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transferCary Coutant1-4/+7
2008-12-052008-12-05 Rafael Avila de Espindola <espindola@google.com>Cary Coutant1-1/+1
2008-11-06 * options.cc (General_options::parse_dynamic_list): New function.Craig Silverstein1-5/+18
2008-09-29 * archive.cc (Archive::get_file_and_offset): Use filename insteadCary Coutant1-2/+57
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant1-38/+132
2008-09-16 * target-reloc.h (relocate_section): Check whether a symbol isIan Lance Taylor1-1/+1
2008-08-13 * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor1-7/+25
2008-08-04 * symtab.h (Symbol::use_plt_offset): New function.Ian Lance Taylor1-44/+67
2008-07-23 PR 6647Ian Lance Taylor1-2/+6
2008-07-23 * symtab.cc (Symbol_table::resolve): Remove version parameter.Ian Lance Taylor1-5/+21
2008-07-212008-07-20 Chris Demetriou <cgd@google.com>Chris Demetriou1-0/+1
2008-06-18 * output.h (Output_section::Input_section): Initialize p2align_ toIan Lance Taylor1-3/+25
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor1-7/+24
2008-05-08 * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor1-6/+25
2008-05-06 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protectedIan Lance Taylor1-3/+52
2008-04-19 * testsuite/Makefile.am (many_sections_r_test): New target.Ian Lance Taylor1-16/+21
2008-04-19 * testsuite/Makefile.am (many_sections_check.h): Only check one inIan Lance Taylor1-1/+1
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-18/+73
2008-04-17 * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor1-21/+44
2008-04-17 * symtab.h (Symbol::is_strong_undefined): Removed unused function.Cary Coutant1-30/+53
2008-04-16 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.Ian Lance Taylor1-11/+5
2008-04-15 * script-sections.cc (Script_sections::create_segments): UseIan Lance Taylor1-5/+19
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant1-31/+83
2008-04-11 * testsuite/Makefile.am (justsyms_2r.o): Add dependency onIan Lance Taylor1-3/+10
2008-04-10 PR gold/5996Ian Lance Taylor1-1/+1
2008-04-09 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weakIan Lance Taylor1-3/+39
2008-04-08 * configure.ac: Export new conditional variable HAVE_ZLIB.Ian Lance Taylor1-22/+31
2008-04-07 * configure.ac: Don't test for objdump, c++filt, or readelf.Ian Lance Taylor1-68/+97
2008-04-042008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant1-4/+28
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor1-2/+2
2008-03-29 * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor1-0/+4
2008-03-29 * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor1-2/+11
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor1-22/+49
2008-03-27 * common.cc (Sort_commons::operator): Correct sorting algorithm.Ian Lance Taylor1-3/+26
2008-03-27 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor1-3/+18
2008-03-27 * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor1-2/+13
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor1-12/+31
2008-02-08Add support for --format binary for input files.Ian Lance Taylor1-6/+45
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-6/+32
2008-02-06Initial -r support.Ian Lance Taylor1-2/+22
2008-02-04Implement PHDRS.Ian Lance Taylor1-7/+33
2008-02-04Fully implement SECTIONS clause.Ian Lance Taylor1-3/+31
2008-02-01From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor1-31/+57
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor1-1/+19
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-2/+2
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-7/+16
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-5/+26
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor1-4/+34
2007-12-14Add some missing dependencies for the new linker.Ian Lance Taylor1-6/+12
2007-12-11From Cary Coutant: Test TLS initial-exec model.Ian Lance Taylor1-2/+23