aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2009-03-242009-03-23 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-0/+1
2009-03-20include/elf:Ian Lance Taylor1-7/+10
2009-03-17 * configure.ac: Check for chsize and posix_fallocate. ReplaceIan Lance Taylor1-1/+2
2009-02-25 * layout.cc (Layout::choose_output_section): Don't rename sectionsCary Coutant1-9/+9
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+4
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant1-3/+11
2008-08-04Set LC_ALL=C rather than unsetting LC_COLLATE for sort.Alan Modra1-1/+1
2008-07-25 PR 5990Ian Lance Taylor1-10/+14
2008-07-22 * cref.cc: New file.Ian Lance Taylor1-10/+13
2008-07-212008-07-20 Chris Demetriou <cgd@google.com>Chris Demetriou1-2/+3
2008-06-122008-06-12 David Edelsohn <edelsohn@gnu.org>David Edelsohn1-2/+3
2008-05-28elfcpp/:Ian Lance Taylor1-3/+7
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-6/+9
2008-05-06 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protectedIan Lance Taylor1-1/+3
2008-04-17 * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor1-0/+2
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor1-8/+11
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/+11
2008-04-15toplevel/David S. Miller1-4/+6
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant1-9/+6
2008-04-11 * testsuite/Makefile.am (justsyms_2r.o): Add dependency onIan Lance Taylor1-2/+9
2008-04-08 * configure.ac: Export new conditional variable HAVE_ZLIB.Ian Lance Taylor1-0/+2
2008-04-07 * configure.ac: Don't test for objdump, c++filt, or readelf.Ian Lance Taylor1-4/+0
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor1-1/+1
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor1-0/+2
2008-03-27 * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor1-2/+2
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor1-0/+2
2008-02-08Add support for --format binary for input files.Ian Lance Taylor1-1/+4
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor1-4/+44
2008-02-05From Ollie Wild: add missing backquote to install-exec-local.Ian Lance Taylor1-1/+1
2008-01-23Add explicit dependencies on yyscript.h to make sure that it isIan Lance Taylor1-0/+2
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-5/+10
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-0/+2
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-7/+9
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-0/+1
2007-12-01Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor1-2/+2
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-1/+6
2007-11-22Add threading support.Ian Lance Taylor1-3/+7
2007-11-02From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor1-8/+11
2007-10-24Use AC_GNU_SOURCE.Ian Lance Taylor1-1/+1
2007-10-17Add infrastructure for threading support.Ian Lance Taylor1-2/+6
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-6/+10
2007-10-14Only run static TLS tests on glibc 2.4 or later.Ian Lance Taylor1-0/+2
2007-10-08From Craig Silverstein: add tls.h, use it in i386.cc.Ian Lance Taylor1-0/+1
2007-10-07Add --version option.Ian Lance Taylor1-1/+3
2007-10-07Add a TLS test case.Ian Lance Taylor1-0/+2
2007-10-04Full support for --sysroot.Ian Lance Taylor1-5/+8
2007-10-02From Craig Silverstein: don't run function pointer non-PIC tests whenIan Lance Taylor1-0/+2
2007-10-01From Craig Silverstein: x86_64 support.Ian Lance Taylor1-2/+3
2007-09-30Clean up target handling--only build required files, warn aboutIan Lance Taylor1-18/+24