summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor2008-03-136-9/+37
* Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor2008-03-125-4/+89
* Up version to 1.2, as the 1.2 binary was pushed to users today.Craig Silverstein2008-03-111-1/+1
* If we a section with no flags followed by a section with the same nameIan Lance Taylor2008-03-112-85/+147
* From Craig Silverstein: sort options into alphabetical order.Ian Lance Taylor2008-03-071-29/+36
* Increase maximum bucket size for dynamic hash tables.Ian Lance Taylor2008-03-071-2/+2
* From Craig Silverstein: implement --hash-bucket-empty-fraction for real.Ian Lance Taylor2008-03-071-1/+3
* Recognize --hash-bucket-empty-fraction.Ian Lance Taylor2008-03-072-1/+32
* Use absolute address for relocations when not doing a relocatableIan Lance Taylor2008-03-061-1/+7
* Use N_ for option help strings, and call gettext when printing them.Ian Lance Taylor2008-03-062-73/+72
* From Craig Silverstein: accept any string for input format, warn ifIan Lance Taylor2008-03-062-6/+23
* Don't use the user-specified output format unless the user actuallyIan Lance Taylor2008-03-061-1/+1
* Support --hash-style=gnu.Ian Lance Taylor2008-03-062-16/+46
* From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor2008-03-048-1632/+1150
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-048-23/+27
* Remove partial implementation that was never completed. This wasIan Lance Taylor2008-03-031-73/+0
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-2917-317/+110
* Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor2008-02-294-7/+153
* Don't warn about redefinitions from a --just-symbols object.Ian Lance Taylor2008-02-281-0/+8
* Support -d/--define-common.Ian Lance Taylor2008-02-288-10/+65
* Read input scripts which look like input objects with properIan Lance Taylor2008-02-288-119/+239
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-288-58/+166
* Put input sections with no flags in output sections with the same name.Ian Lance Taylor2008-02-281-2/+15
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-2830-926/+596
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-2712-41/+293
* Fix handling of ENTRY in linker script.Ian Lance Taylor2008-02-271-1/+1
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-269-77/+62
* From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor2008-02-267-19/+117
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-2612-145/+150
* Align FDE and CIE lengths as needed.Ian Lance Taylor2008-02-142-21/+51
* Set load address for orphan sections.Ian Lance Taylor2008-02-141-9/+33
* Implement -Tdata and -Tbss.Ian Lance Taylor2008-02-134-25/+103
* Implement remaining linker script functions.Ian Lance Taylor2008-02-131-25/+105
* Support selecting target by name.Ian Lance Taylor2008-02-1310-34/+112
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-134-11/+23
* Implement LOADADDR and SIZEOF.Ian Lance Taylor2008-02-131-39/+125
* Up version to 1.1, as the 1.1 binary was pushed to users today.Craig Silverstein2008-02-121-1/+1
* Support dynamic relocations against local section symbols.Ian Lance Taylor2008-02-126-85/+302
* Set TEXTREL correctly when using a SECTIONS clause.Ian Lance Taylor2008-02-121-9/+31
* Pass down alignment when adding input section to orphan section.Ian Lance Taylor2008-02-121-1/+2
* Force different sections to different pages for better results onIan Lance Taylor2008-02-122-1/+7
* Fix precedence error, avoid signed/unsignd warning.Ian Lance Taylor2008-02-121-2/+2
* Track sections for expressions.Ian Lance Taylor2008-02-097-309/+506
* From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor2008-02-083-9/+29
* Don't read linker scripts in binary mode.Ian Lance Taylor2008-02-081-2/+5
* Add support for --format binary for input files.Ian Lance Taylor2008-02-0815-39/+849
* Support --oformat binary.Ian Lance Taylor2008-02-077-21/+155
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-073-0/+23
* Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor2008-02-072-12/+13
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-0715-24/+321