summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* * options.cc: Include "demangle.h".Ian Lance Taylor2008-03-245-24/+131
* * gold.h: Include <cstddef> and <sys/types.h>Ian Lance Taylor2008-03-223-0/+9
* Add ChangeLog file now that the sources are part of the GNU binutils.Ian Lance Taylor2008-03-211-0/+4
* Bump version for general release.added-to-binutilsIan Lance Taylor2008-03-212-40/+44
* From Craig Silverstein: implement -z defs.Ian Lance Taylor2008-03-202-1/+5
* Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor2008-03-194-20/+89
* Up the version number to 1.3, which was just pushed to devtools.Craig Silverstein2008-03-171-1/+1
* Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor2008-03-168-27/+48
* Don't get confused about whether a symbol is the default version if weIan Lance Taylor2008-03-149-17/+152
* Update copyright years. Update language files.Ian Lance Taylor2008-03-1388-446/+637
* Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor2008-03-133-2/+23
* 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