Age | Commit message (Expand) | Author | Files | Lines |
2007-10-14 | Keep track of weak aliases, so that overriding environ works. | Ian Lance Taylor | 3 | -66/+265 |
2007-10-14 | Adjust linkonce symbol name algorithm to work for | Ian Lance Taylor | 1 | -1/+14 |
2007-10-14 | Better multiple definition errors. | Ian Lance Taylor | 2 | -6/+14 |
2007-10-14 | Remove extraneous newlines. | Ian Lance Taylor | 6 | -8/+8 |
2007-10-14 | Remove extraneous newline. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 31 | -907/+1258 |
2007-10-14 | Fix typo in comment. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-14 | From Craig Silverstein: add some internationalization calls. | Ian Lance Taylor | 3 | -3/+3 |
2007-10-14 | Only run static TLS tests on glibc 2.4 or later. | Ian Lance Taylor | 5 | -28/+153 |
2007-10-14 | From Craig Silverstein: TLS test cleanups. | Ian Lance Taylor | 4 | -60/+83 |
2007-10-14 | From Craig Silverstein: always use 32-bit format for gold note. | Ian Lance Taylor | 1 | -0/+15 |
2007-10-14 | From Craig Silverstein: error if we see a dynamic object when the | Ian Lance Taylor | 1 | -1/+9 |
2007-10-13 | From Craig Silverstein: use tls.h in x86_64.cc. | Ian Lance Taylor | 2 | -69/+130 |
2007-10-12 | From Craig Silverstein: expand the TLS test to a second file, to test | Ian Lance Taylor | 6 | -29/+130 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 9 | -47/+57 |
2007-10-12 | From Craig Silverstein: improve x86_64 TLS support. | Ian Lance Taylor | 1 | -135/+172 |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 10 | -3/+205 |
2007-10-11 | From Andrew Chatham: exit on relocation error. | Ian Lance Taylor | 3 | -10/+10 |
2007-10-10 | From Craig Silverstein: don't permit -s and -r. | Ian Lance Taylor | 3 | -58/+93 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 7 | -38/+138 |
2007-10-10 | From Craig Silverstein: don't get confused if the same file name | Ian Lance Taylor | 2 | -6/+14 |
2007-10-10 | From Craig Silverstein: delete the output file first if it exists and | Ian Lance Taylor | 1 | -0/+20 |
2007-10-09 | Create a note section with the version of gold. | Ian Lance Taylor | 4 | -0/+91 |
2007-10-09 | Fix soname for library found in search path. | Ian Lance Taylor | 3 | -7/+27 |
2007-10-08 | Make TLS test fail more reliably. | Ian Lance Taylor | 1 | -9/+22 |
2007-10-08 | Add support for local GOT offsets. | Ian Lance Taylor | 4 | -30/+94 |
2007-10-08 | From Craig Silverstein: add tls.h, use it in i386.cc. | Ian Lance Taylor | 6 | -156/+253 |
2007-10-07 | Add --version option. | Ian Lance Taylor | 9 | -100/+230 |
2007-10-07 | Test merging of string constants. | Ian Lance Taylor | 5 | -4/+92 |
2007-10-07 | Add a TLS test case. | Ian Lance Taylor | 8 | -6/+562 |
2007-10-07 | Add support for local dynamic relocations. | Ian Lance Taylor | 1 | -7/+103 |
2007-10-06 | Correct handling of addends in merged sections. | Ian Lance Taylor | 2 | -11/+41 |
2007-10-05 | From Andrew Chatham: fix bug in 64-bit hash. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-04 | From Craig Silverstein: x86_64 TLS support. | Ian Lance Taylor | 2 | -284/+179 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 18 | -84/+420 |
2007-10-03 | From Craig Silverstein: get all x86_64 tests passing. | Ian Lance Taylor | 1 | -15/+17 |
2007-10-03 | From Craig Silverstein: set symbol value for function pointer | Ian Lance Taylor | 1 | -1/+30 |
2007-10-03 | Parameterize object_unittest to work for whatever target types are | Ian Lance Taylor | 7 | -44/+719 |
2007-10-02 | From Craig Silverstein: don't run function pointer non-PIC tests when | Ian Lance Taylor | 5 | -86/+133 |
2007-10-02 | From Craig Silverstein: correct x86_64 dynamic tags. | Ian Lance Taylor | 1 | -2/+2 |
2007-10-02 | From Craig Silverstein: add support for searching for input files | Ian Lance Taylor | 5 | -21/+85 |
2007-10-02 | From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2. | Ian Lance Taylor | 5 | -7/+7 |
2007-10-01 | Cleanups from Craig Silverstein. | Ian Lance Taylor | 4 | -63/+24 |
2007-10-01 | From Craig Silverstein: New version of x86_64.cc. | Ian Lance Taylor | 1 | -69/+146 |
2007-10-01 | From Craig Silverstein: x86_64 support. | Ian Lance Taylor | 5 | -47/+1670 |
2007-10-01 | Add Signed_valtype and use it for sign extension. Fix names of rela8. | Ian Lance Taylor | 1 | -7/+13 |
2007-10-01 | Add RELA versions of the relocation routines. Original patch from | Ian Lance Taylor | 1 | -2/+172 |
2007-09-30 | Clean up target handling--only build required files, warn about | Ian Lance Taylor | 5 | -33/+78 |
2007-09-28 | Use parameters to track whether we are doing a static link. Fix up | Ian Lance Taylor | 5 | -7/+79 |
2007-09-28 | From Andrew Chatham: add signedrel<>, rel32s and friends. | Ian Lance Taylor | 1 | -0/+40 |