summaryrefslogtreecommitdiff
path: root/gold/dynobj.h
Commit message (Expand)AuthorAgeFilesLines
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-3/+13
* PR gold/12525Ian Lance Taylor2011-07-021-1/+2
* Fix spelling mistakes.Nick Clifton2011-06-021-2/+2
* * dynobj.h (Dynobj::do_dynobj): New function.Cary Coutant2011-05-241-0/+5
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-1/+1
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-0/+5
* * archive.cc (Library_base::should_include_member): MoveCary Coutant2011-03-301-0/+5
* PR 11855Ian Lance Taylor2010-08-021-1/+1
* 2010-03-22 Rafael Espindola <espindola@google.com>espindola2010-03-221-0/+4
* include:Rainer Orth2010-03-051-2/+9
* PR 10980Ian Lance Taylor2010-01-051-1/+6
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-12/+12
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-12/+12
* 2009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-161-0/+7
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-1/+1
* 2009-08-18 Doug Kwan <dougkwan@google.com>Doug Kwan2009-08-181-2/+2
* Revert the previous change.Doug Kwan2009-08-101-1/+1
* *** empty log message ***Sriraman Tallam2009-08-071-1/+1
* *** empty log message ***Sriraman Tallam2009-08-051-0/+5
* (From Rafael Espindola)Cary Coutant2009-02-131-1/+1
* * cref.cc: New file.Ian Lance Taylor2008-07-221-0/+11
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-1/+15
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-10/+5
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-3/+2
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-0/+5
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-0/+10
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-1/+1
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-6/+15
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-1/+1
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-6/+50
* From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor2007-11-091-0/+5
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-0/+5
* From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor2007-11-071-3/+1
* Reworked from Andrew Chatham: report error locations.Ian Lance Taylor2007-11-021-0/+5
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-231-4/+2
* Fix versions of copied symbols.Ian Lance Taylor2007-10-221-3/+10
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-2/+2
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add global parameters.Ian Lance Taylor2007-09-211-6/+3
* Don't try to find version definition index when creating an executable.Ian Lance Taylor2007-09-121-2/+4
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-1/+0
* gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor2006-12-061-5/+10
* Generate version information.Ian Lance Taylor2006-12-061-4/+315
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-3/+69
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-5/+62
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-0/+56