Age | Commit message (Expand) | Author | Files | Lines |
2003-02-28 | * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. | Alan Modra | 1 | -73/+70 |
2003-01-23 | Remove an extra "i" in --dll-search-prefix. | Nick Clifton | 1 | -5/+6 |
2002-12-17 | Don't search for data import when auto-import is disabled. | Nick Clifton | 1 | -63/+70 |
2002-12-17 | Use LD_PATHMAX+1 to account for trailing '\0'. | Nick Clifton | 1 | -2/+2 |
2002-12-17 | Duplicate entry for --compact-implib so that it is not confused with -c. | Nick Clifton | 1 | -0/+3 |
2002-12-16 | Add support to skip import libraries for performance reasons and instead | Nick Clifton | 1 | -28/+35 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -45/+46 |
2002-11-14 | Add --enable-auto-import extension. | Nick Clifton | 1 | -19/+29 |
2002-11-06 | Adds support for fastcall symbols as used on Microsoft Windows platforms | Nick Clifton | 1 | -215/+214 |
2002-10-30 | * emultempl/aix.em: Use include <> for generated headers. | Daniel Jacobowitz | 1 | -1/+1 |
2002-07-20 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't | Alan Modra | 1 | -1/+1 |
2002-07-01 | * ldlang.h (entry_sym): Make it a struct bfd_sym_chain. | Alan Modra | 1 | -5/+5 |
2002-06-07 | Enable pei386_auto_import by default. Only print a info message about auto | Nick Clifton | 1 | -5/+6 |
2002-05-27 | * ldlang.c (lang_size_sections_1): Move check for conflicting load | Richard Sandiford | 1 | -1/+1 |
2002-05-22 | * pe-dll.c (autofilter_liblist): Add more system libs excluded by default. | Christopher Faylor | 1 | -1/+7 |
2002-05-22 | * ldemul.c (ldemul_new_vers_pattern): New function. | Alan Modra | 1 | -1/+2 |
2002-05-22 | * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when | Alan Modra | 1 | -1/+1 |
2002-02-15 | Support arbitrary length fill patterns. | Alan Modra | 1 | -3/+4 |
2002-01-05 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use | Alan Modra | 1 | -8/+3 |
2001-12-17 | hash bfd sections for fast lookup and create. | Alan Modra | 1 | -0/+4 |
2001-12-11 | * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo. | Christopher Faylor | 1 | -1/+1 |
2001-12-06 | Fixes to improve the ability to translate messages in the binutils tools | Nick Clifton | 1 | -11/+11 |
2001-09-24 | oops - omitted from previous delta | Nick Clifton | 1 | -18/+6 |
2001-09-24 | Define and use pe_get_data_import_dll_name(). | Nick Clifton | 1 | -2/+19 |
2001-09-18 | * deffilep.y (def_stash_module): Constify "name" param. | Alan Modra | 1 | -14/+15 |
2001-09-12 | 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com> | Charles Wilson | 1 | -6/+22 |
2001-08-31 | * emultempl/pe.em: Add missing prototypes. | Andreas Jaeger | 1 | -65/+87 |
2001-08-20 | * ldlang.c: When traversing lang_statement_union_type lists, | Alan Modra | 1 | -2/+2 |
2001-08-20 | * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param | Alan Modra | 1 | -34/+89 |
2001-08-14 | (wild_doit): Rename to lang_add_section. | Alan Modra | 1 | -3/+3 |
2001-08-02 | 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu> | Charles Wilson | 1 | -5/+156 |
2001-07-11 | Check for the output_bfd not having any coff_data structure allocated to it. | Nick Clifton | 1 | -1/+1 |
2001-06-05 | * emultempl/pe.em (init): Reduce default stack reserve to 0x200000. | DJ Delorie | 1 | -1/+1 |
2001-05-25 | 2001-05-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2001-05-25 | 2001-05-24 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+14 |
2001-05-02 | 2001-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+2 |
2001-03-13 | Fixtypos in ChangeLogs, fix copyright dates in files | Nick Clifton | 1 | -1/+2 |
2000-12-26 | Add --no-default-excludes option for PE targets | Nick Clifton | 1 | -3/+7 |
2000-11-13 | 2000-11-09 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -0/+36 |
2000-10-16 | Add tests of return values from bfd function calls | Nick Clifton | 1 | -28/+59 |
2000-10-13 | Oops - fix mistake in previous delta where unused variable 'nsyms' was | Nick Clifton | 1 | -5/+12 |
2000-10-13 | Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix. | Nick Clifton | 1 | -9/+7 |
2000-10-12 | * emultempl/pe.em (pe_dll_search_prefix): New variable, | DJ Delorie | 1 | -9/+44 |
2000-10-02 | * emultempl/pe.em (gld_*_after_open): detect case where there two | DJ Delorie | 1 | -0/+76 |
2000-09-28 | oops, didn't mean to check in that change yet | DJ Delorie | 1 | -21/+0 |
2000-09-28 | * pe-dll.c (process_def_file): Uninitialized data wasn't | DJ Delorie | 1 | -0/+21 |
2000-07-17 | * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search | DJ Delorie | 1 | -7/+24 |
2000-07-11 | Remove some forward declarations in ldemul.h and ldfile.h, and | Alan Modra | 1 | -1/+1 |
2000-07-10 | 2000-07-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -3/+9 |
2000-07-07 | * ld/emultempl/pe.em: institute the following search order for | DJ Delorie | 1 | -9/+18 |