aboutsummaryrefslogtreecommitdiff
path: root/gold/target-reloc.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant1-2/+3
2008-09-16 * target-reloc.h (relocate_section): Check whether a symbol isIan Lance Taylor1-0/+1
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-17/+15
2008-05-29 PR 6407Ian Lance Taylor1-1/+5
2008-05-01 * target-reloc.h (relocate_section): Fix dead-pointer bug.Cary Coutant1-3/+2
2008-05-01 * layout.cc (Layout::include_section): Refactored check for debugCary Coutant1-0/+65
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-7/+14
2008-03-20From Craig Silverstein: implement -z defs.Ian Lance Taylor1-1/+2
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-06Use absolute address for relocations when not doing a relocatableIan Lance Taylor1-1/+7
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-1/+1
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-3/+7
2008-02-06Initial -r support.Ian Lance Taylor1-10/+320
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-3/+4
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-2/+2
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-12/+32
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-5/+6
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-11/+6
2007-10-11From Andrew Chatham: exit on relocation error.Ian Lance Taylor1-1/+1
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-08-21Make relative references in linker scripts absolute and update achatham1-1/+1
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-4/+10
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-7/+8
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-26/+8
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-1/+4
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-21/+32
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-22/+92
2006-10-10Avoid multiple definition errors from linkonce sections.Ian Lance Taylor1-0/+1
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-0/+119