summaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
Commit message (Expand)AuthorAgeFilesLines
* pe-dll.c (pe_detail_list): arm-pe targets use underscores.Nick Clifton2003-04-021-1/+9
* * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.Alan Modra2003-02-281-73/+70
* Remove an extra "i" in --dll-search-prefix.Nick Clifton2003-01-231-5/+6
* Don't search for data import when auto-import is disabled.Nick Clifton2002-12-171-63/+70
* Use LD_PATHMAX+1 to account for trailing '\0'.Nick Clifton2002-12-171-2/+2
* Duplicate entry for --compact-implib so that it is not confused with -c.Nick Clifton2002-12-171-0/+3
* Add support to skip import libraries for performance reasons and insteadNick Clifton2002-12-161-28/+35
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-45/+46
* Add --enable-auto-import extension.Nick Clifton2002-11-141-19/+29
* Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton2002-11-061-215/+214
* * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz2002-10-301-1/+1
* * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don'tAlan Modra2002-07-201-1/+1
* * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.Alan Modra2002-07-011-5/+5
* Enable pei386_auto_import by default. Only print a info message about autoNick Clifton2002-06-071-5/+6
* * ldlang.c (lang_size_sections_1): Move check for conflicting loadRichard Sandiford2002-05-271-1/+1
* * pe-dll.c (autofilter_liblist): Add more system libs excluded by default.Christopher Faylor2002-05-221-1/+7
* * ldemul.c (ldemul_new_vers_pattern): New function.Alan Modra2002-05-221-1/+2
* * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" whenAlan Modra2002-05-221-1/+1
* Support arbitrary length fill patterns.Alan Modra2002-02-151-3/+4
* * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make useAlan Modra2002-01-051-8/+3
* hash bfd sections for fast lookup and create.Alan Modra2001-12-171-0/+4
* * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.Christopher Faylor2001-12-111-1/+1
* Fixes to improve the ability to translate messages in the binutils toolsNick Clifton2001-12-061-11/+11
* oops - omitted from previous deltaNick Clifton2001-09-241-18/+6
* Define and use pe_get_data_import_dll_name().Nick Clifton2001-09-241-2/+19
* * deffilep.y (def_stash_module): Constify "name" param.Alan Modra2001-09-181-14/+15
* 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>Charles Wilson2001-09-121-6/+22
* * emultempl/pe.em: Add missing prototypes.Andreas Jaeger2001-08-311-65/+87
* * ldlang.c: When traversing lang_statement_union_type lists,Alan Modra2001-08-201-2/+2
* * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" paramAlan Modra2001-08-201-34/+89
* (wild_doit): Rename to lang_add_section.Alan Modra2001-08-141-3/+3
* 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>Charles Wilson2001-08-021-5/+156
* Check for the output_bfd not having any coff_data structure allocated to it.Nick Clifton2001-07-111-1/+1
* * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.DJ Delorie2001-06-051-1/+1
* 2001-05-25 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-251-1/+1
* 2001-05-24 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-251-1/+14
* 2001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-021-0/+2
* Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton2001-03-131-1/+2
* Add --no-default-excludes option for PE targetsNick Clifton2000-12-261-3/+7
* 2000-11-09 Philip Blundell <pb@futuretv.com>Phil Blundell2000-11-131-0/+36
* Add tests of return values from bfd function callsNick Clifton2000-10-161-28/+59
* Oops - fix mistake in previous delta where unused variable 'nsyms' wasNick Clifton2000-10-131-5/+12
* Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix.Nick Clifton2000-10-131-9/+7
* * emultempl/pe.em (pe_dll_search_prefix): New variable,DJ Delorie2000-10-121-9/+44
* * emultempl/pe.em (gld_*_after_open): detect case where there twoDJ Delorie2000-10-021-0/+76
* oops, didn't mean to check in that change yetDJ Delorie2000-09-281-21/+0
* * pe-dll.c (process_def_file): Uninitialized data wasn'tDJ Delorie2000-09-281-0/+21
* * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New searchDJ Delorie2000-07-171-7/+24
* Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra2000-07-111-1/+1
* 2000-07-10 H.J. Lu <hjl@gnu.org>H.J. Lu2000-07-101-3/+9