OSDN Git Service

*** empty log message ***
[pf3gnuchains/pf3gnuchains4x.git] / gold / testsuite / Makefile.am
2009-08-07 tmsriram*** empty log message ***
2009-08-05 tmsriram*** empty log message ***
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2009-06-05 dougkwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-06-05 dougkwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-05-26 dougkwan2009-05-26 Doug Kwan <dougkwan@google.com>
2009-05-22 tmsriram * testsuite/Makefile.am: Add -ffunction-sections to...
2009-05-22 tmsriram * object.cc (Sized_relobj::map_to_kept_section): Retur...
2009-05-19 ccoutant2009-05-19 Doug Kwan <dougkwan@google.com>
2009-03-18 ian * archive.cc (Archive::add_symbols): Check for a versi...
2009-03-04 ian PR 9918
2009-02-27 ian PR 9836
2009-02-25 ccoutant * layout.cc (Layout::choose_output_section): Don't...
2009-01-15 ccoutant * archive.cc (Archive::get_elf_object_for_member)...
2008-12-23 ccoutant * plugin.cc (is_visible_from_outside): New function.
2008-12-16 ccoutant * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front...
2008-12-05 ccoutant2008-12-05 Rafael Avila de Espindola <espindola@googl...
2008-11-06 csilvers * options.cc (General_options::parse_dynamic_list...
2008-09-29 ccoutant * archive.cc (Archive::get_file_and_offset): Use filen...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-09-16 ian * target-reloc.h (relocate_section): Check whether...
2008-08-13 ian * layout.cc (Layout::attach_allocated_section_to_segme...
2008-08-04 ian * symtab.h (Symbol::use_plt_offset): New function.
2008-07-23 ian PR 6647
2008-07-23 ian * symtab.cc (Symbol_table::resolve): Remove version...
2008-06-18 ian * output.h (Output_section::Input_section): Initialize...
2008-05-20 ian * options.h (class General_options): Add -z relro.
2008-05-08 ian * symtab.c (Symbol::init_base_output_data): Add version
2008-05-06 ian * symtab.cc (Symbol_table::add_from_dynobj): If we...
2008-04-19 ian * testsuite/Makefile.am (many_sections_r_test): New...
2008-04-19 ian * testsuite/Makefile.am (many_sections_check.h): Only...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17 ian * common.cc (Symbol_table::allocate_commons): Remove...
2008-04-17 ccoutant * symtab.h (Symbol::is_strong_undefined): Removed...
2008-04-15 ian * script-sections.cc (Script_sections::create_segments...
2008-04-11 ccoutant2008-04-11 Cary Coutant <ccoutant@google.com>
2008-04-11 ian * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
2008-04-10 ian PR gold/5996
2008-04-09 ian * symtab.cc (Symbol_table::add_from_dynobj): Only...
2008-04-08 ian * configure.ac: Export new conditional variable HAVE_ZLIB.
2008-04-07 ian * configure.ac: Don't test for objdump, c++filt, or...
2008-04-04 ccoutant2008-04-04 Cary Coutant <ccoutant@google.com>
2008-04-03 ian * compressed_output.h (class Output_compressed_section...
2008-03-29 ian * symtab.cc (Symbol_table::do_define_as_constant)...
2008-03-29 ian * symtab.cc (Symbol_table::add_from_object): If we...
2008-03-28 ian * layout.cc (Layout::layout): If we see an input secti...
2008-03-27 ian * common.cc (Sort_commons::operator): Correct sorting...
2008-03-27 ian * symtab.cc (Symbol_table::add_from_object): Handle...
2008-03-27 ian * symtab.cc (Symbol_table::add_from_relobj): Don't...
2008-03-14 iantDon't get confused about whether a symbol is the defaul...
2008-02-08 iantAdd support for --format binary for input files.
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 iantInitial -r support.
2008-02-04 iantImplement PHDRS.
2008-02-04 iantFully implement the SECTIONS clause.
2008-02-01 iantFrom Cary Coutant: Fix a case in which code takes the...
2008-01-23 iantFrom Cary Coutant: Fix mixing PIC and non-PIC relocs...
2008-01-23 iantParse a SECTIONS clause in a linker script.
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 iantSupport assignments and expressions in linker scripts.
2007-12-21 iantFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-14 iantAdd some missing dependencies for the new linker.
2007-12-11 iantFrom Cary Coutant: Test TLS initial-exec model.
2007-12-06 iantFrom Craig Silverstein: Reorganize testsuite Makefile.am.
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-05 iantFrom Craig Silverstein: Test some flags.
2007-12-01 iantMore -fPIC options.
2007-12-01 iantAdd missing space.
2007-12-01 iantCompile shared library code with -fPIC. Also, alphabetize.
2007-11-28 iantFrom Craig Silverstein: Better handling of ODR violatio...
2007-11-14 iantIf generating a .err file fails, remove it.
2007-11-14 iantAdd heuristics for undefined symbol warnings.
2007-11-14 iantComment out undef_symbol.err for now.
2007-11-14 iantDefault to --allow-shlib-undefined for now.
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-14 iantFrom Craig Silverstein: Rework debug info code a bit...
2007-11-12 iantCorrect handling of GOT references in a regular object.
2007-11-09 iantFrom Craig Silverstein: Clean up make rules for debug_msg.
2007-11-09 iantFrom Craig Silverstein: Add test for debug messages.
2007-10-24 iantUse AC_GNU_SOURCE.
2007-10-17 iantAdd infrastructure for threading support.
2007-10-16 iantFrom Craig Silverstein: check that we get environ right.
2007-10-14 iantOnly run static TLS tests on glibc 2.4 or later.
2007-10-12 iantFrom Craig Silverstein: expand the TLS test to a second...
2007-10-07 iantTest merging of string constants.
2007-10-07 iantAdd a TLS test case.
2007-10-04 iantFull support for --sysroot.
2007-10-02 iantFrom Craig Silverstein: don't run function pointer...
2007-09-26 iantAdd basic exception frame header, plus test.
2007-09-23 iantAdd two file test.
2007-09-23 iantAdd static version of constructor test.
2007-09-23 iantAdd constructor test.
2007-09-22 iantRename t1 to basic_test, add static tests.
2007-09-22 iantAdd standalone test case.
2007-09-22 iantAdd bootstrap test.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.