Age | Commit message (Expand) | Author | Files | Lines |
2007-09-21 | From Craig Silverstein: Only sort for suffixes with -O2. | Ian Lance Taylor | 2 | -31/+55 |
2007-09-21 | Initialize count_ field, tweak parameters testing. | Ian Lance Taylor | 1 | -4/+4 |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 21 | -256/+396 |
2007-09-21 | Update for have_code_fill field. | Ian Lance Taylor | 1 | -0/+1 |
2007-09-21 | Actually define GOLD_GOLD_H multiple inclusion macro. | Ian Lance Taylor | 1 | -0/+1 |
2007-09-21 | Set Stringpool zero_null option via a call, not a default constructor | Ian Lance Taylor | 3 | -9/+13 |
2007-09-21 | From Craig Silverstein: Add -O option. | Ian Lance Taylor | 2 | -0/+15 |
2007-09-21 | Use nops when doing alignment padding between code sections. | Ian Lance Taylor | 5 | -8/+173 |
2007-09-20 | Fix comment. | Ian Lance Taylor | 1 | -2/+2 |
2007-09-20 | From Cary Coutant: only check for a linkonce section if the SHF_GROUP | Ian Lance Taylor | 1 | -1/+2 |
2007-09-20 | Rework patch to check by both armap entry and archive offset. Also, | Ian Lance Taylor | 2 | -21/+37 |
2007-09-20 | From Craig Silverstein: rework seen handling to be based on archive | Ian Lance Taylor | 2 | -15/+25 |
2007-09-19 | Fix handling of --eh-frame-hdr option. | Ian Lance Taylor | 2 | -2/+2 |
2007-09-19 | Note that a Stringpool keeps a copy of a string. | Ian Lance Taylor | 1 | -0/+3 |
2007-09-19 | Better comments for Stringpool. | Ian Lance Taylor | 1 | -31/+71 |
2007-09-19 | Let special symbols override existing symbols rather than | Ian Lance Taylor | 3 | -207/+368 |
2007-09-19 | Add control over template specialization. | Ian Lance Taylor | 1 | -2/+14 |
2007-09-18 | Compute string lengths before sorting. From Craig Silverstein. | Ian Lance Taylor | 2 | -26/+42 |
2007-09-12 | Generate a GLOB_DAT reloc for a GOT32 reloc against a symbol defined | Ian Lance Taylor | 1 | -14/+19 |
2007-09-12 | Don't try to find version definition index when creating an executable. | Ian Lance Taylor | 3 | -8/+20 |
2007-09-11 | Only create a version definition for a shared library. Set the | Ian Lance Taylor | 1 | -1/+5 |
2007-09-06 | Add -rpath-link option, currently unused. | Ian Lance Taylor | 2 | -1/+16 |
2007-09-04 | Add support for --enable-target to control which template | Ian Lance Taylor | 10 | -44/+457 |
2007-09-04 | Ignore VER_NDX_LOCAL for an undefined symbol. | Ian Lance Taylor | 1 | -2/+11 |
2007-08-29 | Any symbol which is in both a regular object and a dynamic object | Ian Lance Taylor | 2 | -10/+4 |
2007-08-29 | Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL. | Ian Lance Taylor | 2 | -0/+9 |
2007-08-28 | Set in_dyn_ and in_reg_ when overriding a symbol. | Ian Lance Taylor | 1 | -0/+4 |
2007-08-28 | Initialize plt_offset_ and has_plt_offset_ in a Symbol. | Ian Lance Taylor | 1 | -0/+2 |
2007-08-22 | Recognize and ignore the --eh-frame-hdr option. | Ian Lance Taylor | 2 | -0/+13 |
2007-08-22 | Add support for -E/--export-dynamic. Also clean up --help output a bit. | Ian Lance Taylor | 4 | -6/+33 |
2007-08-21 | Implement --whole-archive. | Ian Lance Taylor | 5 | -28/+146 |
2007-08-21 | Make relative references in linker scripts absolute and update a | chatham | 2 | -2/+15 |
2007-08-21 | Force PT_LOAD segments to be aligned to the page size. | Ian Lance Taylor | 2 | -2/+17 |
2007-08-21 | Add support for -rpath. | Ian Lance Taylor | 4 | -1/+47 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 18 | -267/+1451 |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 8 | -37/+96 |
2006-12-06 | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 5 | -103/+135 |
2006-12-06 | Generate version information. | Ian Lance Taylor | 12 | -347/+1432 |
2006-12-01 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2 | -4/+10 |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 12 | -184/+541 |
2006-12-01 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2 | -3/+5 |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 27 | -240/+1988 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 30 | -614/+2221 |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 16 | -177/+833 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 29 | -369/+3293 |
2006-11-07 | Add Elf_file interface which can be used by both Sized_relobj and | Ian Lance Taylor | 5 | -226/+185 |
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 8 | -78/+152 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 23 | -649/+807 |
2006-11-03 | Ignored the -m option, for old linker compatibility. | Ian Lance Taylor | 3 | -14/+24 |
2006-11-03 | Update for line number changes. | Ian Lance Taylor | 1 | -12/+12 |