aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2008-03-20From Craig Silverstein: implement -z defs.Ian Lance Taylor2-1/+5
2008-03-19Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor4-20/+89
2008-03-17Up the version number to 1.3, which was just pushed to devtools.Craig Silverstein1-1/+1
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor8-27/+48
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor9-17/+152
2008-03-13Update copyright years. Update language files.Ian Lance Taylor88-446/+637
2008-03-13Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor3-2/+23
2008-03-13From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor6-9/+37
2008-03-12Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor5-4/+89
2008-03-11Up version to 1.2, as the 1.2 binary was pushed to users today.Craig Silverstein1-1/+1
2008-03-11If we a section with no flags followed by a section with the same nameIan Lance Taylor2-85/+147
2008-03-07From Craig Silverstein: sort options into alphabetical order.Ian Lance Taylor1-29/+36
2008-03-07Increase maximum bucket size for dynamic hash tables.Ian Lance Taylor1-2/+2
2008-03-07From Craig Silverstein: implement --hash-bucket-empty-fraction for real.Ian Lance Taylor1-1/+3
2008-03-07Recognize --hash-bucket-empty-fraction.Ian Lance Taylor2-1/+32
2008-03-06Use absolute address for relocations when not doing a relocatableIan Lance Taylor1-1/+7
2008-03-06Use N_ for option help strings, and call gettext when printing them.Ian Lance Taylor2-73/+72
2008-03-06From Craig Silverstein: accept any string for input format, warn ifIan Lance Taylor2-6/+23
2008-03-06Don't use the user-specified output format unless the user actuallyIan Lance Taylor1-1/+1
2008-03-06Support --hash-style=gnu.Ian Lance Taylor2-16/+46
2008-03-04From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor8-1632/+1150
2008-03-04From Craig Silverstein: rename some option functions in preparationIan Lance Taylor8-23/+27
2008-03-03Remove partial implementation that was never completed. This wasIan Lance Taylor1-73/+0
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor17-317/+110
2008-02-29Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor4-7/+153
2008-02-28Don't warn about redefinitions from a --just-symbols object.Ian Lance Taylor1-0/+8
2008-02-28Support -d/--define-common.Ian Lance Taylor8-10/+65
2008-02-28Read input scripts which look like input objects with properIan Lance Taylor8-119/+239
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor8-58/+166
2008-02-28Put input sections with no flags in output sections with the same name.Ian Lance Taylor1-2/+15
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor30-926/+596
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor12-41/+293
2008-02-27Fix handling of ENTRY in linker script.Ian Lance Taylor1-1/+1
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor9-77/+62
2008-02-26From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor7-19/+117
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor12-145/+150
2008-02-14Align FDE and CIE lengths as needed.Ian Lance Taylor2-21/+51
2008-02-14Set load address for orphan sections.Ian Lance Taylor1-9/+33
2008-02-13Implement -Tdata and -Tbss.Ian Lance Taylor4-25/+103
2008-02-13Implement remaining linker script functions.Ian Lance Taylor1-25/+105
2008-02-13Support selecting target by name.Ian Lance Taylor10-34/+112
2008-02-13Assignments in linker scripts override definitions from object files.Ian Lance Taylor4-11/+23
2008-02-13Implement LOADADDR and SIZEOF.Ian Lance Taylor1-39/+125
2008-02-12Up version to 1.1, as the 1.1 binary was pushed to users today.Craig Silverstein1-1/+1
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor6-85/+302
2008-02-12Set TEXTREL correctly when using a SECTIONS clause.Ian Lance Taylor1-9/+31
2008-02-12Pass down alignment when adding input section to orphan section.Ian Lance Taylor1-1/+2
2008-02-12Force different sections to different pages for better results onIan Lance Taylor2-1/+7
2008-02-12Fix precedence error, avoid signed/unsignd warning.Ian Lance Taylor1-2/+2
2008-02-09Track sections for expressions.Ian Lance Taylor7-309/+506