summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Add licensing text to every source file.Ian Lance Taylor2007-09-2257-149/+1269
* Add bootstrap test.Ian Lance Taylor2007-09-226-27/+273
* It's OK to have a version if we have an existing symbol.Ian Lance Taylor2007-09-221-3/+3
* We don't need a hash table mapping input locations to strings.Ian Lance Taylor2007-09-222-56/+19
* From Andrew Chatham: Make File_read::View::data_ a const pointer.Ian Lance Taylor2007-09-221-3/+3
* Define __start and __stop symbols.Ian Lance Taylor2007-09-223-0/+60
* Canonicalize name and version when working with special symbols.Ian Lance Taylor2007-09-222-15/+21
* Update.Ian Lance Taylor2007-09-221-3/+3
* Fix some errors in symbol placement.Ian Lance Taylor2007-09-221-7/+7
* From Craig Silverstein: Only sort for suffixes with -O2.Ian Lance Taylor2007-09-212-31/+55
* Initialize count_ field, tweak parameters testing.Ian Lance Taylor2007-09-211-4/+4
* Add global parameters.Ian Lance Taylor2007-09-2121-256/+396
* Update for have_code_fill field.Ian Lance Taylor2007-09-211-0/+1
* Actually define GOLD_GOLD_H multiple inclusion macro.Ian Lance Taylor2007-09-211-0/+1
* Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor2007-09-213-9/+13
* From Craig Silverstein: Add -O option.Ian Lance Taylor2007-09-212-0/+15
* Use nops when doing alignment padding between code sections.Ian Lance Taylor2007-09-215-8/+173
* Fix comment.Ian Lance Taylor2007-09-201-2/+2
* From Cary Coutant: only check for a linkonce section if the SHF_GROUPIan Lance Taylor2007-09-201-1/+2
* Rework patch to check by both armap entry and archive offset. Also,Ian Lance Taylor2007-09-202-21/+37
* From Craig Silverstein: rework seen handling to be based on archiveIan Lance Taylor2007-09-202-15/+25
* Fix handling of --eh-frame-hdr option.Ian Lance Taylor2007-09-192-2/+2
* Note that a Stringpool keeps a copy of a string.Ian Lance Taylor2007-09-191-0/+3
* Better comments for Stringpool.Ian Lance Taylor2007-09-191-31/+71
* Let special symbols override existing symbols rather thanIan Lance Taylor2007-09-193-207/+368
* Add control over template specialization.Ian Lance Taylor2007-09-191-2/+14
* Compute string lengths before sorting. From Craig Silverstein.Ian Lance Taylor2007-09-182-26/+42
* Generate a GLOB_DAT reloc for a GOT32 reloc against a symbol definedIan Lance Taylor2007-09-121-14/+19
* Don't try to find version definition index when creating an executable.Ian Lance Taylor2007-09-123-8/+20
* Only create a version definition for a shared library. Set theIan Lance Taylor2007-09-111-1/+5
* Add -rpath-link option, currently unused.Ian Lance Taylor2007-09-062-1/+16
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-0410-44/+457
* Ignore VER_NDX_LOCAL for an undefined symbol.Ian Lance Taylor2007-09-041-2/+11
* Any symbol which is in both a regular object and a dynamic objectIan Lance Taylor2007-08-292-10/+4
* Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL.Ian Lance Taylor2007-08-292-0/+9
* Set in_dyn_ and in_reg_ when overriding a symbol.Ian Lance Taylor2007-08-281-0/+4
* Initialize plt_offset_ and has_plt_offset_ in a Symbol.Ian Lance Taylor2007-08-281-0/+2
* Recognize and ignore the --eh-frame-hdr option.Ian Lance Taylor2007-08-222-0/+13
* Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor2007-08-224-6/+33
* Implement --whole-archive.Ian Lance Taylor2007-08-215-28/+146
* Make relative references in linker scripts absolute and update achatham2007-08-212-2/+15
* Force PT_LOAD segments to be aligned to the page size.Ian Lance Taylor2007-08-212-2/+17
* Add support for -rpath.Ian Lance Taylor2007-08-214-1/+47
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-1618-267/+1451
* Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor2006-12-068-37/+96
* gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor2006-12-065-103/+135
* Generate version information.Ian Lance Taylor2006-12-0612-347/+1432
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-12-012-4/+10
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-0112-184/+541
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-12-012-3/+5