aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15From Craig Silverstein: call unlink_if_ordinary.Ian Lance Taylor1-4/+3
2007-10-15Fix exit status.Ian Lance Taylor1-3/+3
2007-10-14Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor3-66/+265
2007-10-14Adjust linkonce symbol name algorithm to work forIan Lance Taylor1-1/+14
2007-10-14Better multiple definition errors.Ian Lance Taylor2-6/+14
2007-10-14Remove extraneous newlines.Ian Lance Taylor6-8/+8
2007-10-14Remove extraneous newline.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor31-907/+1258
2007-10-14Fix typo in comment.Ian Lance Taylor1-1/+1
2007-10-14From Craig Silverstein: add some internationalization calls.Ian Lance Taylor3-3/+3
2007-10-14Only run static TLS tests on glibc 2.4 or later.Ian Lance Taylor5-28/+153
2007-10-14From Craig Silverstein: TLS test cleanups.Ian Lance Taylor4-60/+83
2007-10-14From Craig Silverstein: always use 32-bit format for gold note.Ian Lance Taylor1-0/+15
2007-10-14From Craig Silverstein: error if we see a dynamic object when theIan Lance Taylor1-1/+9
2007-10-13From Craig Silverstein: use tls.h in x86_64.cc.Ian Lance Taylor2-69/+130