Age | Commit message (Expand) | Author | Files | Lines |
2003-02-25 | (ld_sysroot): Try to set from TOOLBINDIR too. | Nick Clifton | 1 | -77/+86 |
2003-02-17 | Fix the behaviour of --allow-shlib-undefined, so that it does what it claims | Nick Clifton | 1 | -1/+1 |
2003-01-09 | 2003-01-09 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 1 | -3/+4 |
2003-01-09 | * ldmain.c (main): Make sure ld_sysroot is initialized. | Daniel Jacobowitz | 1 | -0/+2 |
2003-01-06 | * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup. | Daniel Jacobowitz | 1 | -0/+24 |
2003-01-04 | * Makefile.am (ldmain.o): Pass BINDIR. | Daniel Jacobowitz | 1 | -2/+13 |
2002-12-23 | * ldmain.c (main): Init "strip_discarded". | Alan Modra | 1 | -0/+1 |
2002-12-23 | Change linker's default behaviour - it will now reject binary files whoes | Nick Clifton | 1 | -0/+1 |
2002-12-19 | * ldmain.c (main): Re-order link_info initialization. Init all | Alan Modra | 1 | -13/+16 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -106/+106 |
2002-11-14 | Add --enable-auto-import extension. | Nick Clifton | 1 | -14/+14 |
2002-10-30 | * emultempl/aix.em: Use include <> for generated headers. | Daniel Jacobowitz | 1 | -1/+1 |
2002-08-08 | Check symbols with undefine version. | H.J. Lu | 1 | -0/+1 |
2002-07-31 | Add new field to bfd_link structure and use it to control how common symbols | Nick Clifton | 1 | -0/+1 |
2002-07-01 | * ldlang.h (entry_sym): Make it a struct bfd_sym_chain. | Alan Modra | 1 | -0/+1 |
2002-06-07 | Enable pei386_auto_import by default. Only print a info message about auto | Nick Clifton | 1 | -0/+1 |
2002-05-22 | 2002-05-21 H.J. Lu (hjl@gnu.org) | H.J. Lu | 1 | -0/+1 |
2002-05-10 | * ldmain.c (main): Enable -z combreloc by default. | Jakub Jelinek | 1 | -1/+1 |
2002-05-03 | * ld.h: Fix formatting. | Kazu Hirata | 1 | -5/+5 |
2002-03-18 | * ldmain.c (main): Move .text readonly flag fudges from here.. | Alan Modra | 1 | -14/+0 |
2002-02-15 | Support arbitrary length fill patterns. | Alan Modra | 1 | -1/+1 |
2002-02-10 | 2002-02-10 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -1/+4 |
2002-01-26 | * ldmain.c (main): Use full sentences to ease translation. | Alan Modra | 1 | -3/+5 |
2001-12-14 | * ldmain.c (main): Initialise link_info.eh_frame_hdr. | Alan Modra | 1 | -0/+1 |
2001-12-06 | Fixes to improve the ability to translate messages in the binutils tools | Nick Clifton | 1 | -2/+1 |
2001-12-03 | Pass argc and argv to ldemul_choose_target. | Tom Rix | 1 | -1/+1 |
2001-10-20 | * ldgram.y (mri_script_command): Surround processing of INCLUDE | Alan Modra | 1 | -0/+7 |
2001-10-18 | 2001-10-18 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 1 | -1/+1 |
2001-09-29 | From John Reiser <jreiser@BitWagon.com> | Alan Modra | 1 | -0/+1 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -4/+7 |
2001-09-16 | * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX | Alan Modra | 1 | -3/+3 |
2001-08-31 | 2001-08-31 Eric Christopher <echristo@redhat.com> | Eric Christopher | 1 | -0/+2 |
2001-08-30 | omitted in previous delta | Nick Clifton | 1 | -3/+3 |
2001-08-27 | Declare BSIZE as static | Nick Clifton | 1 | -1/+1 |
2001-08-23 | * elf-bfd.h (enum elf_reloc_type_class): New. | Jakub Jelinek | 1 | -0/+2 |
2001-08-15 | Fix for ld | Tom Rix | 1 | -1/+1 |
2001-08-12 | Make --verbose always display linker script | Nick Clifton | 1 | -11/+36 |
2001-08-02 | 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu> | Charles Wilson | 1 | -0/+1 |
2001-07-11 | 2001-07-11 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 |
2001-07-11 | 2001-07-11 Jakub Jelinek <jakub@redhat.com> | Jakub Jelinek | 1 | -0/+8 |
2001-06-15 | * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>: | Hans-Peter Nilsson | 1 | -0/+1 |
2001-05-23 | Add MIPS r12k support | Nick Clifton | 1 | -1/+2 |
2001-05-02 | 2001-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2001-04-13 | bfd/ | Jakub Jelinek | 1 | -2/+2 |
2001-03-13 | Fixtypos in ChangeLogs, fix copyright dates in files | Nick Clifton | 1 | -1/+1 |
2000-12-12 | Add link option to allow undefiedn symbols in shared libraries | Nick Clifton | 1 | -0/+1 |
2000-11-24 | Remove redundant init of config.make_executable to true. | Nick Clifton | 1 | -1/+0 |
2000-10-09 | 2000-10-09 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -2/+1 |
2000-09-21 | 2000-09-21 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -30/+21 |
2000-09-14 | Disable relaxation if multiple symbol definitions are encountered - otherwise | Nick Clifton | 1 | -0/+7 |