aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2007-11-12From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor2-8/+5
2007-11-12From Craig Silverstein: rework DWARF reader code a bit.Ian Lance Taylor3-78/+88
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor5-4/+60
2007-11-09From Craig Silverstein: Initialize got_relocs.Ian Lance Taylor2-54/+54
2007-11-09From Craig Silverstein: Clean up make rules for debug_msg.Ian Lance Taylor2-4/+4
2007-11-09From Craig Silverstein: Add test for debug messages.Ian Lance Taylor4-11/+163
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor6-25/+182
2007-11-09From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor5-183/+311
2007-11-09From Cary Coutant: mark negative constant as unsigned.Ian Lance Taylor1-1/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor24-367/+2830
2007-11-07From Craig Silverstein and Cary Coutant: fix assignment of sectionIan Lance Taylor2-8/+29
2007-11-07Check that we don't set the output section index twice.Ian Lance Taylor2-3/+9
2007-11-07From Craig Silverstein: Templatize the Dwarf reader.Ian Lance Taylor3-62/+40
2007-11-07From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor2-6/+27
2007-11-07From Craig Silverstein: Don't crash if we see a file we don't recognize.Ian Lance Taylor2-14/+21
2007-11-02From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor7-190/+1022
2007-11-02From Cary Coutant: Correct generation of RELATIVE relocs.Ian Lance Taylor2-39/+105
2007-11-02Reworked from Andrew Chatham: report error locations.Ian Lance Taylor3-11/+108
2007-11-01From Cary Coutant: More support for -shared, including fixes to GOTIan Lance Taylor3-82/+208
2007-10-30From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor3-140/+185
2007-10-30Adjust PLTOFF64 calculation.Ian Lance Taylor1-2/+2
2007-10-30From Craig Silverstein: Implement GOTPLT64 and PLTOFF64.Ian Lance Taylor1-4/+29
2007-10-29From Craig Silverstein: Clean up some unnecessary TODO markers.Ian Lance Taylor1-14/+15
2007-10-29From Craig Silverstein: better organization for TLS code.Ian Lance Taylor2-326/+324
2007-10-29From Craig Silverstein: Remove extraneous comment.Ian Lance Taylor1-4/+0
2007-10-27From Cary Coutant: Set offsets of sections with data before finalizingIan Lance Taylor2-4/+15
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor7-69/+255
2007-10-26Simplify some code to avoid extra tests of number of objects.Ian Lance Taylor1-18/+6
2007-10-26From Craig Silverstein: preliminary support for OPTION in linker script.Ian Lance Taylor3-0/+23
2007-10-26Exit if we couldn't open any input files.Ian Lance Taylor1-0/+7
2007-10-26From Craig Silverstein: Minimal --script implementation.Ian Lance Taylor2-0/+11
2007-10-24Use AC_GNU_SOURCE.Ian Lance Taylor7-4/+20
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor13-24/+233
2007-10-22Fix versions of copied symbols.Ian Lance Taylor9-49/+187
2007-10-22Implement -Bstatic/-Bdynamic.Ian Lance Taylor3-3/+12
2007-10-22Correct locking if a file could not be opened.Ian Lance Taylor2-10/+69
2007-10-20From Craig Silverstein: add cast to avoid warning.Ian Lance Taylor1-1/+1
2007-10-20From Craig Silverstein: handle PLT32 relocs against local symbols forIan Lance Taylor1-2/+7
2007-10-20Handle PLT32 against local symbols.Ian Lance Taylor1-3/+8
2007-10-19Add wide string constant test.Ian Lance Taylor3-0/+24
2007-10-19Fix handling of wide string merge sections.Ian Lance Taylor1-3/+4
2007-10-18Add support for -Bsymbolic.Ian Lance Taylor5-2/+24
2007-10-18Rework section mapping algorithm to handle .data.rel.ro sections.Ian Lance Taylor1-26/+53
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor4-21/+32
2007-10-17Add infrastructure for threading support.Ian Lance Taylor14-33/+292
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor9-30/+114
2007-10-16From Craig Silverstein: check that we get environ right.Ian Lance Taylor3-8/+83
2007-10-16From Craig Silverstein: implement -Ttext.Ian Lance Taylor7-31/+64
2007-10-16From Craig Silverstein: support local GOT relocs for i386.Ian Lance Taylor2-8/+46
2007-10-15From Craig Silverstein: add LD to LE TLS optimizations.Ian Lance Taylor1-52/+53