aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki1-1/+1
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu1-0/+10
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-09-02Make Elf_file::section_name() a const function, so that it can be used inCary Coutant1-1/+1
2014-07-08Fix internal error with LTO on ARM.Cary Coutant1-0/+6
2014-03-05Update copyright yearsAlan Modra1-1/+1
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant1-3/+13
2011-07-02 PR gold/12525Ian Lance Taylor1-1/+2
2011-06-02Fix spelling mistakes.Nick Clifton1-2/+2
2011-05-24 * dynobj.h (Dynobj::do_dynobj): New function.Cary Coutant1-0/+5
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant1-1/+1
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant1-0/+5
2011-03-30 * archive.cc (Library_base::should_include_member): MoveCary Coutant1-0/+5
2010-08-02 PR 11855Ian Lance Taylor1-1/+1
2010-03-222010-03-22 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-0/+4
2010-03-05 include:Rainer Orth1-2/+9
2010-01-05 PR 10980Ian Lance Taylor1-1/+6
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-12/+12
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-12/+12
2009-10-162009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+7
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-1/+1
2009-08-182009-08-18 Doug Kwan <dougkwan@google.com>Doug Kwan1-2/+2
2009-08-10Revert the previous change.Doug Kwan1-1/+1
2009-08-07*** empty log message ***Sriraman Tallam1-1/+1
2009-08-05*** empty log message ***Sriraman Tallam1-0/+5
2009-02-13 (From Rafael Espindola)Cary Coutant1-1/+1
2008-07-22 * cref.cc: New file.Ian Lance Taylor1-0/+11
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-1/+15
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-10/+5
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor1-3/+2
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-0/+5
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-0/+10
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-1/+1
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-6/+15
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-1/+1
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-6/+50
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor1-0/+5
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-0/+5
2007-11-07From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor1-3/+1
2007-11-02Reworked from Andrew Chatham: report error locations.Ian Lance Taylor1-0/+5
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-4/+2
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-3/+10
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-2/+2
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-6/+3
2007-09-12Don't try to find version definition index when creating an executable.Ian Lance Taylor1-2/+4
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-1/+0
2006-12-06gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor1-5/+10