aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2007-09-23Avoid dereferencing map->end().Ian Lance Taylor1-1/+2
2007-09-22Correct comment.Ian Lance Taylor1-1/+1
2007-09-22Rename t1 to basic_test, add static tests.Ian Lance Taylor3-14/+31
2007-09-22Add standalone test case.Ian Lance Taylor3-4/+367
2007-09-22Change YFLAGS to AM_YFLAGS.Ian Lance Taylor2-2/+2
2007-09-22Add licensing text to every source file.Ian Lance Taylor57-149/+1269
2007-09-22Add bootstrap test.Ian Lance Taylor6-27/+273
2007-09-22It's OK to have a version if we have an existing symbol.Ian Lance Taylor1-3/+3
2007-09-22We don't need a hash table mapping input locations to strings.Ian Lance Taylor2-56/+19
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