summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Fix a ChangeLog formatting problem.Ben Elliston2008-03-261-1/+1
* * options.cc: Include "../bfd/bfdver.h".Ian Lance Taylor2008-03-252-0/+9
* * version.cc (print_version): Adjust output for current value ofIan Lance Taylor2008-03-252-3/+20
* * NEWS: New file.Ian Lance Taylor2008-03-251-0/+1
* * options.cc (options::help): Print list of supported targets.Ian Lance Taylor2008-03-257-80/+177
* * README: Rewrite, with some notes on unsupported features.Ian Lance Taylor2008-03-252-10/+49
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-259-416/+418
* * yyscript.y: Fix spelling error in comment.Ben Elliston2008-03-252-1/+5
* * options.h (class General_options): Define build_id option.Ian Lance Taylor2008-03-254-20/+230
* * x86_64.cc: Correct license to GPLv3.Ian Lance Taylor2008-03-242-21/+16
* * 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