summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-2313-24/+233
* Fix versions of copied symbols.Ian Lance Taylor2007-10-229-49/+187
* Implement -Bstatic/-Bdynamic.Ian Lance Taylor2007-10-223-3/+12
* Correct locking if a file could not be opened.Ian Lance Taylor2007-10-222-10/+69
* From Craig Silverstein: add cast to avoid warning.Ian Lance Taylor2007-10-201-1/+1
* From Craig Silverstein: handle PLT32 relocs against local symbols forIan Lance Taylor2007-10-201-2/+7
* Handle PLT32 against local symbols.Ian Lance Taylor2007-10-201-3/+8
* Add wide string constant test.Ian Lance Taylor2007-10-193-0/+24
* Fix handling of wide string merge sections.Ian Lance Taylor2007-10-191-3/+4
* Add support for -Bsymbolic.Ian Lance Taylor2007-10-185-2/+24
* Rework section mapping algorithm to handle .data.rel.ro sections.Ian Lance Taylor2007-10-181-26/+53
* Correctly handle alignment in merge sections.Ian Lance Taylor2007-10-184-21/+32
* Add infrastructure for threading support.Ian Lance Taylor2007-10-1714-33/+292
* From Cary Coutant: preliminary shared library support.Ian Lance Taylor2007-10-169-30/+114
* From Craig Silverstein: check that we get environ right.Ian Lance Taylor2007-10-163-8/+83
* From Craig Silverstein: implement -Ttext.Ian Lance Taylor2007-10-167-31/+64
* From Craig Silverstein: support local GOT relocs for i386.Ian Lance Taylor2007-10-162-8/+46
* From Craig Silverstein: add LD to LE TLS optimizations.Ian Lance Taylor2007-10-151-52/+53
* From Craig Silverstein: call unlink_if_ordinary.Ian Lance Taylor2007-10-151-4/+3
* Fix exit status.Ian Lance Taylor2007-10-151-3/+3
* Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor2007-10-143-66/+265
* Adjust linkonce symbol name algorithm to work forIan Lance Taylor2007-10-141-1/+14
* Better multiple definition errors.Ian Lance Taylor2007-10-142-6/+14
* Remove extraneous newlines.Ian Lance Taylor2007-10-146-8/+8
* Remove extraneous newline.Ian Lance Taylor2007-10-141-1/+1
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-1431-907/+1258
* Fix typo in comment.Ian Lance Taylor2007-10-141-1/+1
* From Craig Silverstein: add some internationalization calls.Ian Lance Taylor2007-10-143-3/+3
* Only run static TLS tests on glibc 2.4 or later.Ian Lance Taylor2007-10-145-28/+153
* From Craig Silverstein: TLS test cleanups.Ian Lance Taylor2007-10-144-60/+83
* From Craig Silverstein: always use 32-bit format for gold note.Ian Lance Taylor2007-10-141-0/+15
* From Craig Silverstein: error if we see a dynamic object when theIan Lance Taylor2007-10-141-1/+9
* From Craig Silverstein: use tls.h in x86_64.cc.Ian Lance Taylor2007-10-132-69/+130
* From Craig Silverstein: expand the TLS test to a second file, to testIan Lance Taylor2007-10-126-29/+130
* Add an option for Stringpools to not copy strings.Ian Lance Taylor2007-10-129-47/+57
* From Craig Silverstein: improve x86_64 TLS support.Ian Lance Taylor2007-10-121-135/+172
* Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor2007-10-1210-3/+205
* From Andrew Chatham: exit on relocation error.Ian Lance Taylor2007-10-113-10/+10
* From Craig Silverstein: don't permit -s and -r.Ian Lance Taylor2007-10-103-58/+93
* Implement -s and -S options which strip symbols.Ian Lance Taylor2007-10-107-38/+138
* From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor2007-10-102-6/+14
* From Craig Silverstein: delete the output file first if it exists andIan Lance Taylor2007-10-101-0/+20
* Create a note section with the version of gold.Ian Lance Taylor2007-10-094-0/+91
* Fix soname for library found in search path.Ian Lance Taylor2007-10-093-7/+27
* Make TLS test fail more reliably.Ian Lance Taylor2007-10-081-9/+22
* Add support for local GOT offsets.Ian Lance Taylor2007-10-084-30/+94
* From Craig Silverstein: add tls.h, use it in i386.cc.Ian Lance Taylor2007-10-086-156/+253
* Add --version option.Ian Lance Taylor2007-10-079-100/+230
* Test merging of string constants.Ian Lance Taylor2007-10-075-4/+92
* Add a TLS test case.Ian Lance Taylor2007-10-078-6/+562