Age | Commit message (Expand) | Author | Files | Lines |
2001-06-08 | * ldlang.c (record_bfd_errors): Remove. | Alan Modra | 1 | -48/+0 |
2001-05-31 | 2001-05-31 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -8/+0 |
2001-05-17 | Add a flag to asection, linker_has_input, and use it to reliably | Alan Modra | 1 | -39/+50 |
2001-05-11 | * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix | Jakub Jelinek | 1 | -0/+6 |
2001-05-02 | 2001-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 |
2001-04-28 | Give emulation a chance to process unrecognized file before fatal error is | Nick Clifton | 1 | -6/+5 |
2001-04-13 | bfd/ | Jakub Jelinek | 1 | -0/+14 |
2001-03-13 | Fixtypos in ChangeLogs, fix copyright dates in files | Nick Clifton | 1 | -2/+3 |
2001-02-27 | BFD: Catch & report unhandled PE section flags. | Nick Clifton | 1 | -1/+57 |
2001-01-25 | (lang_leave_overlay): Don't set lma_region when load_base is specified. | Alan Modra | 1 | -2/+6 |
2001-01-23 | Only set lma_region from the default for the first section | Alan Modra | 1 | -1/+4 |
2001-01-16 | 2001-01-16 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+4 |
2001-01-14 | Extend "ld --unique" functionality. | Alan Modra | 1 | -18/+47 |
2000-12-13 | Revert the last beautification with "innocent" whitespace, | Nick Clifton | 1 | -1/+2 |
2000-11-30 | Add support for x86_64-*-linux-gnu* target | Nick Clifton | 1 | -8/+6 |
2000-10-12 | Another try at correcting relocations against discarded | Alan Modra | 1 | -2/+1 |
2000-10-09 | 2000-10-09 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -4/+3 |
2000-10-05 | 2000-10-05 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -272/+270 |
2000-09-29 | 2000-09-29 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -18/+4 |
2000-09-05 | A tidy of ld/ldlang.c, and add missing Makefile dependencies | Alan Modra | 1 | -165/+181 |
2000-08-25 | When choosing the target for a particular endianness, do nothing if the target | Nick Clifton | 1 | -25/+30 |
2000-07-11 | Remove some forward declarations in ldemul.h and ldfile.h, and | Alan Modra | 1 | -1/+1 |
2000-06-20 | tic54x/ibmc54xdsp target for ld. | Timothy Wall | 1 | -0/+7 |
2000-05-10 | 2000-05-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+3 |
2000-04-25 | place_orphan optimisations | Alan Modra | 1 | -2/+3 |
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 1 | -22/+22 |
2000-02-16 | Add LMA memory region functionality. | Timothy Wall | 1 | -34/+89 |
2000-02-09 | These snippets were missed in the previous bytes vs octets patch to | Timothy Wall | 1 | -2/+6 |
2000-02-04 | Fix typo in ALIGN_N usage. | Timothy Wall | 1 | -2/+2 |
2000-02-03 | Add octets vs bytes functionality to LD. | Timothy Wall | 1 | -50/+83 |
2000-01-21 | fix typo in comment. | Nick Clifton | 1 | -0/+1 |
2000-01-18 | Apply H.J.'s patch to fix NOLOAD section sizes and dot updates | Nick Clifton | 1 | -3/+8 |
2000-01-05 | * ld.h (wildcard_spec): Change exclude_name to exclude_name_list. | Catherine Moore | 1 | -15/+25 |
1999-11-24 | Fix bug in previous delta | Nick Clifton | 1 | -1/+1 |
1999-11-23 | Do not check sections without a LOAD attribute for overlap | Nick Clifton | 1 | -41/+44 |
1999-11-01 | 1999-11-01 Steve Chamberlain <sac@pobox.com> | Ian Lance Taylor | 1 | -21/+84 |
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -7/+21 |
1999-09-12 | * ldlang.c (open_output): Change local variable desired_endian | Ian Lance Taylor | 1 | -1/+1 |
1999-08-09 | From Wally Iimura <iimura@microunity.com>: | Ian Lance Taylor | 1 | -5/+13 |
1999-08-09 | * ldlang.c (wild_doit): Update for renaming of SEC_SHORT to | Ian Lance Taylor | 1 | -3/+3 |
1999-07-20 | * ldlang.c (lang_gc_sections): Only handle the start symbol | Doug Evans | 1 | -6/+9 |
1999-07-19 | Improve selection of output format | Nick Clifton | 1 | -35/+228 |
1999-07-14 | * ldlang.c (wild_doit): Copy SEC_SHORT to output section. | Richard Henderson | 1 | -0/+4 |
1999-07-11 | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 1 | -7/+7 |
1999-07-02 | * ldlang.c: Revert change of 1999-06-23. | Ian Lance Taylor | 1 | -5/+17 |
1999-06-22 | * ldlang.c (section_already_linked): Only discard link once | Ian Lance Taylor | 1 | -0/+5 |
1999-06-12 | This fixes ! to work as documented in a memory region attribute list. | Ian Lance Taylor | 1 | -7/+4 |
1999-05-08 | * ldlang.c (walk_wild, walk_wild_file, walk_wild_section, | Richard Henderson | 1 | -277/+198 |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+4703 |