aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2007-09-22From Andrew Chatham: Make File_read::View::data_ a const pointer.Ian Lance Taylor1-3/+3
2007-09-22Define __start and __stop symbols.Ian Lance Taylor3-0/+60
2007-09-22Canonicalize name and version when working with special symbols.Ian Lance Taylor2-15/+21
2007-09-22Update.Ian Lance Taylor1-3/+3
2007-09-22Fix some errors in symbol placement.Ian Lance Taylor1-7/+7
2007-09-21From Craig Silverstein: Only sort for suffixes with -O2.Ian Lance Taylor2-31/+55
2007-09-21Initialize count_ field, tweak parameters testing.Ian Lance Taylor1-4/+4
2007-09-21Add global parameters.Ian Lance Taylor21-256/+396
2007-09-21Update for have_code_fill field.Ian Lance Taylor1-0/+1
2007-09-21Actually define GOLD_GOLD_H multiple inclusion macro.Ian Lance Taylor1-0/+1
2007-09-21Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor3-9/+13
2007-09-21From Craig Silverstein: Add -O option.Ian Lance Taylor2-0/+15
2007-09-21Use nops when doing alignment padding between code sections.Ian Lance Taylor5-8/+173
2007-09-20Fix comment.Ian Lance Taylor1-2/+2
2007-09-20From Cary Coutant: only check for a linkonce section if the SHF_GROUPIan Lance Taylor1-1/+2
2007-09-20Rework patch to check by both armap entry and archive offset. Also,Ian Lance Taylor2-21/+37
2007-09-20From Craig Silverstein: rework seen handling to be based on archiveIan Lance Taylor2-15/+25
2007-09-19Fix handling of --eh-frame-hdr option.Ian Lance Taylor2-2/+2
2007-09-19Note that a Stringpool keeps a copy of a string.Ian Lance Taylor1-0/+3
2007-09-19Better comments for Stringpool.Ian Lance Taylor1-31/+71
2007-09-19Let special symbols override existing symbols rather thanIan Lance Taylor3-207/+368
2007-09-19Add control over template specialization.Ian Lance Taylor1-2/+14
2007-09-18Compute string lengths before sorting. From Craig Silverstein.Ian Lance Taylor2-26/+42
2007-09-12Generate a GLOB_DAT reloc for a GOT32 reloc against a symbol definedIan Lance Taylor1-14/+19
2007-09-12Don't try to find version definition index when creating an executable.Ian Lance Taylor3-8/+20
2007-09-11Only create a version definition for a shared library. Set theIan Lance Taylor1-1/+5
2007-09-06Add -rpath-link option, currently unused.Ian Lance Taylor2-1/+16
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor10-44/+457
2007-09-04Ignore VER_NDX_LOCAL for an undefined symbol.Ian Lance Taylor1-2/+11
2007-08-29Any symbol which is in both a regular object and a dynamic objectIan Lance Taylor2-10/+4
2007-08-29Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL.Ian Lance Taylor2-0/+9
2007-08-28Set in_dyn_ and in_reg_ when overriding a symbol.Ian Lance Taylor1-0/+4
2007-08-28Initialize plt_offset_ and has_plt_offset_ in a Symbol.Ian Lance Taylor1-0/+2
2007-08-22Recognize and ignore the --eh-frame-hdr option.Ian Lance Taylor2-0/+13
2007-08-22Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor4-6/+33
2007-08-21Implement --whole-archive.Ian Lance Taylor5-28/+146
2007-08-21Make relative references in linker scripts absolute and update achatham2-2/+15
2007-08-21Force PT_LOAD segments to be aligned to the page size.Ian Lance Taylor2-2/+17
2007-08-21Add support for -rpath.Ian Lance Taylor4-1/+47
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor18-267/+1451
2006-12-06Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor8-37/+96
2006-12-06gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor5-103/+135
2006-12-06Generate version information.Ian Lance Taylor12-347/+1432
2006-12-01gcc 3.2.2 portability hacks.Ian Lance Taylor2-4/+10
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor12-184/+541
2006-12-01gcc 3.2.2 portability hacks.Ian Lance Taylor2-3/+5
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor27-240/+1988
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor30-614/+2221
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor16-177/+833
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor29-369/+3293