aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-12From Craig Silverstein: expand the TLS test to a second file, to testIan Lance Taylor6-29/+130
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor9-47/+57
2007-10-12From Craig Silverstein: improve x86_64 TLS support.Ian Lance Taylor1-135/+172
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor10-3/+205
2007-10-11From Andrew Chatham: exit on relocation error.Ian Lance Taylor3-10/+10
2007-10-10From Craig Silverstein: don't permit -s and -r.Ian Lance Taylor3-58/+93
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor7-38/+138
2007-10-10From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor2-6/+14
2007-10-10From Craig Silverstein: delete the output file first if it exists andIan Lance Taylor1-0/+20
2007-10-09Create a note section with the version of gold.Ian Lance Taylor4-0/+91