aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
AgeCommit message (Expand)AuthorFilesLines
2004-05-19 * ldgram.y (sect_constraint): New.Jakub Jelinek1-1/+3
2004-05-07* emultempl/pe.em (real_flags): New static.Brian Ford1-0/+15
2004-02-05Fix typo in previous deltaNick Clifton1-1/+1
2004-02-04Fix thinko checking for dlls in archives.Nick Clifton1-1/+1
2004-01-03 * ldexp.c (align_n): Make static.Alan Modra1-1/+0
2004-01-03 * ldfile.c (ldfile_set_output_arch): Add defarch param.Alan Modra1-10/+2
2003-12-18When scanning MS import libraries allow for the possible presence of staticNick Clifton1-6/+45
2003-12-02Rename bfd_link_hash_entry field "next" -> "und_next".Alan Modra1-3/+3
2003-11-04 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only doAlan Modra1-1/+3
2003-10-31Index: sim/frv/ChangeLogAndrew Cagney1-2/+2
2003-08-07 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Danny Smith1-3/+3
2003-06-27 * emultempl/aix.em: Convert to C90, remove unnecessary prototypesAlan Modra1-102/+40
2003-06-25Correct spelling of "relocatable".Alan Modra1-10/+10
2003-05-29Replace <ctype.h> with "safe-ctype.h"Nick Clifton1-3/+2
2003-04-02pe-dll.c (pe_detail_list): arm-pe targets use underscores.Nick Clifton1-1/+9
2003-02-28 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.Alan Modra1-73/+70
2003-01-23Remove an extra "i" in --dll-search-prefix.Nick Clifton1-5/+6
2002-12-17Don't search for data import when auto-import is disabled.Nick Clifton1-63/+70
2002-12-17Use LD_PATHMAX+1 to account for trailing '\0'.Nick Clifton1-2/+2
2002-12-17Duplicate entry for --compact-implib so that it is not confused with -c.Nick Clifton1-0/+3
2002-12-16Add support to skip import libraries for performance reasons and insteadNick Clifton1-28/+35
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-45/+46
2002-11-14Add --enable-auto-import extension.Nick Clifton1-19/+29
2002-11-06Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton1-215/+214
2002-10-30 * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz1-1/+1
2002-07-20 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don'tAlan Modra1-1/+1
2002-07-01 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.Alan Modra1-5/+5
2002-06-07Enable pei386_auto_import by default. Only print a info message about autoNick Clifton1-5/+6
2002-05-27 * ldlang.c (lang_size_sections_1): Move check for conflicting loadRichard Sandiford1-1/+1
2002-05-22* pe-dll.c (autofilter_liblist): Add more system libs excluded by default.Christopher Faylor1-1/+7
2002-05-22 * ldemul.c (ldemul_new_vers_pattern): New function.Alan Modra1-1/+2
2002-05-22 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" whenAlan Modra1-1/+1
2002-02-15 Support arbitrary length fill patterns.Alan Modra1-3/+4
2002-01-05 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make useAlan Modra1-8/+3
2001-12-17hash bfd sections for fast lookup and create.Alan Modra1-0/+4
2001-12-11* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.Christopher Faylor1-1/+1
2001-12-06Fixes to improve the ability to translate messages in the binutils toolsNick Clifton1-11/+11
2001-09-24oops - omitted from previous deltaNick Clifton1-18/+6
2001-09-24Define and use pe_get_data_import_dll_name().Nick Clifton1-2/+19
2001-09-18 * deffilep.y (def_stash_module): Constify "name" param.Alan Modra1-14/+15
2001-09-122001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>Charles Wilson1-6/+22
2001-08-31 * emultempl/pe.em: Add missing prototypes.Andreas Jaeger1-65/+87
2001-08-20 * ldlang.c: When traversing lang_statement_union_type lists,Alan Modra1-2/+2
2001-08-20 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" paramAlan Modra1-34/+89
2001-08-14(wild_doit): Rename to lang_add_section.Alan Modra1-3/+3
2001-08-022001-08-02 Charles Wilson <cwilson@ece.gatech.edu>Charles Wilson1-5/+156
2001-07-11Check for the output_bfd not having any coff_data structure allocated to it.Nick Clifton1-1/+1
2001-06-05* emultempl/pe.em (init): Reduce default stack reserve to 0x200000.DJ Delorie1-1/+1
2001-05-252001-05-25 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2001-05-252001-05-24 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+14