* symtab.h (Symbol::is_strong_undefined): Removed unused function.
[platform/upstream/binutils.git] / gold / testsuite /
2008-04-17 Cary Coutant * symtab.h (Symbol::is_strong_undefined): Removed...
2008-04-16 Ian Lance Taylor * Makefile.in, aclocal.m4, testsuite/Makefile.in:...
2008-04-16 Ian Lance Taylor * testsuite/script_test_4.sh: Permit leading zeroes.
2008-04-15 Ian Lance Taylor * script-sections.cc (Script_sections::create_segments...
2008-04-11 Cary Coutant2008-04-11 Cary Coutant <ccoutant@google.com>
2008-04-11 Ian Lance Taylor * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
2008-04-11 David S. Miller * testsuite/justsyms.t: Start at 0x100.
2008-04-10 Ian Lance Taylor PR gold/5996
2008-04-09 Ian Lance Taylor * symtab.cc (Symbol_table::add_from_dynobj): Only...
2008-04-09 Ian Lance Taylor * options.h (class General_options): Define --wrap...
2008-04-08 Ian Lance Taylor * configure.ac: Export new conditional variable HAVE_ZLIB.
2008-04-07 Ian Lance Taylor * output.cc (Output_reloc<SHT_REL>::local_section_offs...
2008-04-07 Ian Lance Taylor * configure.ac: Don't test for objdump, c++filt, or...
2008-04-04 Cary Coutant2008-04-04 Cary Coutant <ccoutant@google.com>
2008-04-03 Ian Lance Taylor * compressed_output.h (class Output_compressed_section...
2008-03-29 Ian Lance Taylor * symtab.cc (Symbol_table::do_define_as_constant)...
2008-03-29 Ian Lance Taylor * output.cc
2008-03-29 Ian Lance Taylor * symtab.cc (Symbol_table::add_from_object): If we...
2008-03-28 Ian Lance Taylor * layout.cc (Layout::layout): If we see an input secti...
2008-03-27 Ian Lance Taylor * common.cc (Sort_commons::operator): Correct sorting...
2008-03-27 Ian Lance Taylor * symtab.cc (Symbol_table::add_from_object): Handle...
2008-03-27 Ian Lance Taylor * symtab.cc (Symbol_table::add_from_relobj): Don't...
2008-03-26 Ian Lance Taylor PR gold/5986
2008-03-25 Ian Lance Taylor * options.cc (options::help): Print list of supported...
2008-03-19 Ian Lance TaylorMake sure the start and size of the TLS segment are...
2008-03-16 Ian Lance TaylorFix handling of RELA relative relocs against local...
2008-03-14 Ian Lance TaylorDon't get confused about whether a symbol is the defaul...
2008-03-13 Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-13 Ian Lance TaylorSupport selecting target by name.
2008-02-12 Ian Lance TaylorForce different sections to different pages for better...
2008-02-12 Ian Lance TaylorFix precedence error, avoid signed/unsignd warning.
2008-02-08 Ian Lance TaylorAdd support for --format binary for input files.
2008-02-07 Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 Ian Lance TaylorInitial -r support.
2008-02-04 Ian Lance TaylorImplement PHDRS.
2008-02-04 Ian Lance TaylorFully implement SECTIONS clause.
2008-02-04 Ian Lance TaylorFully implement the SECTIONS clause.
2008-02-01 Ian Lance TaylorFrom Cary Coutant: Fix a case in which code takes the...
2008-01-24 Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-23 Ian Lance TaylorFrom Cary Coutant: Fix mixing PIC and non-PIC relocs...
2008-01-23 Ian Lance TaylorParse a SECTIONS clause in a linker script.
2008-01-18 Ian Lance TaylorFrom Craig Silverstein: Handle quoted strings different...
2008-01-15 Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 Ian Lance TaylorSupport assignments and expressions in linker scripts.
2007-12-22 Ian Lance TaylorCorrect contributor name on new tests, remove #if 0...
2007-12-21 Ian Lance TaylorFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-20 Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-14 Ian Lance TaylorAdd some missing dependencies for the new linker.
2007-12-11 Ian Lance TaylorFrom Cary Coutant: Test TLS initial-exec model.
2007-12-06 Ian Lance TaylorFrom Craig Silverstein: Reorganize testsuite Makefile.am.
2007-12-06 Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-05 Ian Lance TaylorFrom Craig Silverstein: Test some flags.
2007-12-01 Ian Lance TaylorMore -fPIC options.
2007-12-01 Ian Lance TaylorAdd missing space.
2007-12-01 Ian Lance TaylorCompile shared library code with -fPIC. Also, alphabetize.
2007-11-30 Ian Lance TaylorFrom Craig Silverstein: Add support for compressing...
2007-11-28 Ian Lance TaylorFrom Craig Silverstein: Better handling of ODR violatio...
2007-11-17 Ian Lance TaylorFrom Craig Silverstein: Quote the symbol name in the...
2007-11-14 Ian Lance TaylorFrom Craig Silverstein: Report output file name with...
2007-11-14 Ian Lance TaylorIf generating a .err file fails, remove it.
2007-11-14 Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-14 Ian Lance TaylorComment out undef_symbol.err for now.
2007-11-14 Ian Lance TaylorDefault to --allow-shlib-undefined for now.
2007-11-14 Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-14 Ian Lance TaylorFrom Craig Silverstein: Rework debug info code a bit...
2007-11-12 Ian Lance TaylorCorrect handling of GOT references in a regular object.
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Clean up make rules for debug_msg.
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Add test for debug messages.
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-10-24 Ian Lance TaylorUse AC_GNU_SOURCE.
2007-10-23 Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-19 Ian Lance TaylorAdd wide string constant test.
2007-10-17 Ian Lance TaylorAdd infrastructure for threading support.
2007-10-16 Ian Lance TaylorFrom Craig Silverstein: check that we get environ right.
2007-10-16 Ian Lance TaylorFrom Craig Silverstein: implement -Ttext.
2007-10-14 Ian Lance TaylorOnly run static TLS tests on glibc 2.4 or later.
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: TLS test cleanups.
2007-10-12 Ian Lance TaylorFrom Craig Silverstein: expand the TLS test to a second...
2007-10-08 Ian Lance TaylorMake TLS test fail more reliably.
2007-10-07 Ian Lance TaylorTest merging of string constants.
2007-10-07 Ian Lance TaylorAdd a TLS test case.
2007-10-04 Ian Lance TaylorFull support for --sysroot.
2007-10-03 Ian Lance TaylorParameterize object_unittest to work for whatever targe...
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: don't run function pointer...
2007-09-30 Ian Lance TaylorClean up target handling--only build required files...
2007-09-26 Ian Lance TaylorAdd basic exception frame header, plus test.
2007-09-25 Ian Lance TaylorRework File_read interface. Get file size. Use pread...
2007-09-23 Ian Lance TaylorAdd two file test.
2007-09-23 Ian Lance TaylorAdd static version of constructor test.
2007-09-23 Ian Lance TaylorAdd constructor test.
2007-09-22 Ian Lance TaylorCorrect comment.
2007-09-22 Ian Lance TaylorRename t1 to basic_test, add static tests.
2007-09-22 Ian Lance TaylorAdd standalone test case.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-22 Ian Lance TaylorAdd bootstrap test.
2007-09-21 Ian Lance TaylorUpdate for have_code_fill field.
2006-11-30 Ian Lance TaylorAdded a testsuite. More support for COPY relocations.