Age | Commit message (Expand) | Author | Files | Lines |
2008-03-14 | Don't get confused about whether a symbol is the default version if we | Ian Lance Taylor | 9 | -17/+152 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 88 | -446/+637 |
2008-03-13 | Don't crash if we change the address of the .eh_frame section after we | Ian Lance Taylor | 3 | -2/+23 |
2008-03-13 | From Craig Silverstein: Implement --debug=files to track file opens, | Ian Lance Taylor | 6 | -9/+37 |
2008-03-12 | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 5 | -4/+89 |
2008-03-11 | Up version to 1.2, as the 1.2 binary was pushed to users today. | Craig Silverstein | 1 | -1/+1 |
2008-03-11 | If we a section with no flags followed by a section with the same name | Ian Lance Taylor | 2 | -85/+147 |
2008-03-07 | From Craig Silverstein: sort options into alphabetical order. | Ian Lance Taylor | 1 | -29/+36 |
2008-03-07 | Increase maximum bucket size for dynamic hash tables. | Ian Lance Taylor | 1 | -2/+2 |
2008-03-07 | From Craig Silverstein: implement --hash-bucket-empty-fraction for real. | Ian Lance Taylor | 1 | -1/+3 |
2008-03-07 | Recognize --hash-bucket-empty-fraction. | Ian Lance Taylor | 2 | -1/+32 |
2008-03-06 | Use absolute address for relocations when not doing a relocatable | Ian Lance Taylor | 1 | -1/+7 |
2008-03-06 | Use N_ for option help strings, and call gettext when printing them. | Ian Lance Taylor | 2 | -73/+72 |
2008-03-06 | From Craig Silverstein: accept any string for input format, warn if | Ian Lance Taylor | 2 | -6/+23 |
2008-03-06 | Don't use the user-specified output format unless the user actually | Ian Lance Taylor | 1 | -1/+1 |
2008-03-06 | Support --hash-style=gnu. | Ian Lance Taylor | 2 | -16/+46 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 8 | -1632/+1150 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 8 | -23/+27 |
2008-03-03 | Remove partial implementation that was never completed. This was | Ian Lance Taylor | 1 | -73/+0 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 17 | -317/+110 |
2008-02-29 | Permit scripts to refer to the addresses of output sections which were | Ian Lance Taylor | 4 | -7/+153 |
2008-02-28 | Don't warn about redefinitions from a --just-symbols object. | Ian Lance Taylor | 1 | -0/+8 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 8 | -10/+65 |
2008-02-28 | Read input scripts which look like input objects with proper | Ian Lance Taylor | 8 | -119/+239 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 8 | -58/+166 |
2008-02-28 | Put input sections with no flags in output sections with the same name. | Ian Lance Taylor | 1 | -2/+15 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 30 | -926/+596 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 12 | -41/+293 |
2008-02-27 | Fix handling of ENTRY in linker script. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 9 | -77/+62 |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 7 | -19/+117 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 12 | -145/+150 |
2008-02-14 | Align FDE and CIE lengths as needed. | Ian Lance Taylor | 2 | -21/+51 |
2008-02-14 | Set load address for orphan sections. | Ian Lance Taylor | 1 | -9/+33 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 4 | -25/+103 |
2008-02-13 | Implement remaining linker script functions. | Ian Lance Taylor | 1 | -25/+105 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 10 | -34/+112 |
2008-02-13 | Assignments in linker scripts override definitions from object files. | Ian Lance Taylor | 4 | -11/+23 |
2008-02-13 | Implement LOADADDR and SIZEOF. | Ian Lance Taylor | 1 | -39/+125 |
2008-02-12 | Up version to 1.1, as the 1.1 binary was pushed to users today. | Craig Silverstein | 1 | -1/+1 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 6 | -85/+302 |
2008-02-12 | Set TEXTREL correctly when using a SECTIONS clause. | Ian Lance Taylor | 1 | -9/+31 |
2008-02-12 | Pass down alignment when adding input section to orphan section. | Ian Lance Taylor | 1 | -1/+2 |
2008-02-12 | Force different sections to different pages for better results on | Ian Lance Taylor | 2 | -1/+7 |
2008-02-12 | Fix precedence error, avoid signed/unsignd warning. | Ian Lance Taylor | 1 | -2/+2 |
2008-02-09 | Track sections for expressions. | Ian Lance Taylor | 7 | -309/+506 |
2008-02-08 | From Cary Coutant: fix handling of undefined symbols in shared | Ian Lance Taylor | 3 | -9/+29 |
2008-02-08 | Don't read linker scripts in binary mode. | Ian Lance Taylor | 1 | -2/+5 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 15 | -39/+849 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 7 | -21/+155 |