aboutsummaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
AgeCommit message (Expand)AuthorFilesLines
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-2/+2
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor1-3/+5
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor1-1/+4
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-24/+27
2007-12-11From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor1-0/+4
2007-12-11From Cary Coutant: Fix x86_64 TLS problem.Ian Lance Taylor1-25/+32
2007-12-07From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well asIan Lance Taylor1-17/+19
2007-12-07From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor1-14/+17
2007-12-07From Cary Coutant: Some x86_64 shared library fixes.Ian Lance Taylor1-19/+12
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-52/+244
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-6/+6
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-16/+20
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-2/+3
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-0/+4
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-0/+5
2007-11-14Revert last patch.Ian Lance Taylor1-5/+0
2007-11-14Support special always-defined symbols for targets.Ian Lance Taylor1-0/+5
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor1-1/+2
2007-11-09From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor1-75/+96
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-6/+15
2007-11-02From Cary Coutant: Correct generation of RELATIVE relocs.Ian Lance Taylor1-13/+28
2007-11-01From Cary Coutant: More support for -shared, including fixes to GOTIan Lance Taylor1-42/+114
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 Taylor1-134/+132
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-0/+1
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-6/+1
2007-10-20From Craig Silverstein: handle PLT32 relocs against local symbols forIan Lance Taylor1-2/+7
2007-10-16From Craig Silverstein: implement -Ttext.Ian Lance Taylor1-1/+1
2007-10-16From Craig Silverstein: support local GOT relocs for i386.Ian Lance Taylor1-1/+0
2007-10-15From Craig Silverstein: add LD to LE TLS optimizations.Ian Lance Taylor1-52/+53
2007-10-14Remove extraneous newlines.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-72/+43
2007-10-13From Craig Silverstein: use tls.h in x86_64.cc.Ian Lance Taylor1-66/+124
2007-10-12From Craig Silverstein: improve x86_64 TLS support.Ian Lance Taylor1-135/+172
2007-10-11From Andrew Chatham: exit on relocation error.Ian Lance Taylor1-4/+4
2007-10-04From Craig Silverstein: x86_64 TLS support.Ian Lance Taylor1-283/+165
2007-10-03From Craig Silverstein: get all x86_64 tests passing.Ian Lance Taylor1-15/+17
2007-10-03From Craig Silverstein: set symbol value for function pointerIan Lance Taylor1-1/+30
2007-10-02From Craig Silverstein: correct x86_64 dynamic tags.Ian Lance Taylor1-2/+2
2007-10-01Cleanups from Craig Silverstein.Ian Lance Taylor1-0/+7
2007-10-01From Craig Silverstein: New version of x86_64.cc.Ian Lance Taylor1-69/+146
2007-10-01From Craig Silverstein: x86_64 support.Ian Lance Taylor1-0/+1619