aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
AgeCommit message (Expand)AuthorFilesLines
2006-07-25This commit was manufactured by cvs2svn to create branch 'cr-0x5f1'.cr-0x5f1nobody1-1858/+0
2006-06-27* emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum length ofNick Clifton1-7/+19
2006-06-22PR ld/2757Nick Clifton1-1/+1
2006-06-22Correct comment.Nick Clifton1-2/+4
2006-06-22* emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive): Restructure.Nick Clifton1-66/+65
2006-05-11Apply fixes to allow arm WinCE toolchain to produce working executables.Nick Clifton1-1/+1
2005-11-24bfd/Alan Modra1-1/+1
2005-11-17 * ldlang.h (lang_input_section_type): Remove "ifile" field.Alan Modra1-5/+4
2005-10-05 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): SetDanny Smith1-0/+3
2005-08-04bfd/Alan Modra1-1/+0
2005-08-04bfd/Alan Modra1-2/+3
2005-07-15 * ldemul.c (ldemul_do_assignments): New function.Alan Modra1-0/+1
2005-07-10* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtimeChristopher Faylor1-2/+2
2005-06-01ld:Zack Weinberg1-4/+4
2005-05-12Update FSF addressesNick Clifton1-1/+1
2005-05-04bfd/Alan Modra1-0/+3
2005-03-03update copyright datesAlan Modra1-2/+2
2005-01-21 * ldlang.c (lang_reasonable_defaults): Remove.Ben Elliston1-8/+0
2004-12-29 * emultempl/pe.em (set_pe_subsystem): Change second arg toDanny Smith1-1/+1
2004-11-26Add support for --subsystem:xbox as well as --subsystem:<number>.Nick Clifton1-40/+61
2004-10-19 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): SimplifyDanny Smith1-11/+10
2004-10-14ld/Alan Modra1-259/+82
2004-10-12 PR 44Alan Modra1-97/+133
2004-09-30emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate correct baseNick Clifton1-1/+1
2004-09-28* emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): AllowChristopher Faylor1-4/+1
2004-09-17include/Alan Modra1-4/+4
2004-08-27Do not assume that either bfd is an archiveNick Clifton1-6/+8
2004-07-13(make_import_fixup): Use bfd_get_32 to correct for endian-ness of extractedNick Clifton1-3/+3
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