summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
Commit message (Expand)AuthorAgeFilesLines
...
* bfd/Alan Modra2007-04-261-1/+1
* Use pc-relative relocation instead of an absolute relocation for x86_64-pc-mi...Nick Clifton2007-03-161-1/+5
* * pe-dll.c: (make_one) Conditionally include jump stubs.Nick Clifton2007-01-191-29/+48
* * pe-dll.c: Include pe-dll.h.Alan Modra2007-01-021-0/+1
* * pe-dll.c (pe_bfd_is_dll): New function.Christopher Faylor2006-12-181-0/+8
* * pe-dll.c (autofilter_entry_type): Change name to const.Christopher Faylor2006-11-011-21/+27
* * pe-dll.c (make_singleton_name_thunk): Re-add the NULL terminator.Christopher Faylor2006-10-291-4/+5
* * pe-dll.c : Fix typo.Nick Clifton2006-10-031-18/+26
* Add x86_64-mingw64 targetNick Clifton2006-09-201-41/+79
* * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton2006-09-161-59/+59
* bfdNick Clifton2006-08-211-0/+14
* * pe-dll.c (autofilter_symbolprefixlist): Remove .idata$.Christopher Faylor2006-08-171-6/+0
* * pe-dll.c (pe_details_type): Add new pointer for symbols list autofilter.Nick Clifton2006-06-231-55/+73
* Apply fixes to allow arm WinCE toolchain to produce working executables.Nick Clifton2006-05-111-13/+39
* 2006-01-31 Filip Navara <navaraf@reactos.com>Danny Smith2006-01-311-16/+63
* * pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" asNick Clifton2006-01-271-2/+2
* * pe-dll.c (build_filler_bfd): Conform error message to standard.Alan Modra2005-12-081-5/+5
* pe-dll.c (pe_exe_fill_sections): Call lang_reset_memory_regions beforeNick Clifton2005-08-101-0/+2
* * ld.h (lang_phase_type): Move to..Alan Modra2005-06-091-6/+4
* Update FSF addressesNick Clifton2005-05-121-2/+2
* bfd/Jan Beulich2005-03-021-1/+1
* * pe-dll.c: Warning fixes.Alan Modra2005-02-231-8/+9
* * ldlang.c (lang_reasonable_defaults): Remove.Ben Elliston2005-01-211-18/+0
* * pe-dll.c (process_def_file): Don't export all symbols by default ifDanny Smith2004-10-241-1/+1
* emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate correct baseNick Clifton2004-09-301-1/+1
* * pe-dll.c (auto_export): Filter on just the import prefix, "_imp_", notNick Clifton2004-07-131-1/+1
* bfd/Alan Modra2004-06-241-2/+2
* * ldwrite.c (build_link_order): Use bfd_get_section_sizeAlan Modra2004-06-151-1/+1
* * pe-dll.c: Revert changes accidentally committed 2004-03-08.Alan Modra2004-04-291-13/+12
* Honour PRIVATE keywordNick Clifton2004-03-081-3/+7
* * pe-dll.c (fill_edata): Check that exported_symbol_sections isDanny Smith2004-02-251-2/+2
* * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.Danny Smith2004-01-201-1/+3
* Fixes for use of ARM_26D reloc in arm-wince toolchain.Nick Clifton2003-12-051-1/+6
* Index: sim/frv/ChangeLogAndrew Cagney2003-10-311-5/+5
* 2003-10-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-201-8/+8
* * pe-dll.c (pe_implied_import_dll): Also scan .rdata sectionsDanny Smith2003-10-141-4/+17
* Correct sym def order & pick right sym for .idata$7 reloc.Nick Clifton2003-10-021-5/+5
* Add libcygwin to the lib autofiler listNick Clifton2003-07-171-0/+1
* Convert to C90Alan Modra2003-06-281-257/+167
* Catch and ignore an ARM_26D reloc.Nick Clifton2003-06-171-0/+7
* Scan table pe_dll->exports, which is sorted alphabetically, instead ofNick Clifton2003-06-021-6/+10
* pe-dll.c (pe_detail_list): arm-pe targets use underscores.Nick Clifton2003-04-021-2/+12
* Disable region size checking whilst relaxing sections.Nick Clifton2003-02-211-2/+2
* Add code to prevent importing a dll multiple times.Nick Clifton2003-01-281-3/+13
* * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.Christopher Faylor2003-01-051-0/+1
* Add do_pseudo_reloc and _pei386_runtime_relocator to the exclude list.Nick Clifton2003-01-021-1/+3
* * ldfile.c: Fix comment typos.Kazu Hirata2003-01-021-6/+6
* Add support to skip import libraries for performance reasons and insteadNick Clifton2002-12-161-9/+74
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-17/+17
* Add --enable-auto-import extension.Nick Clifton2002-11-141-8/+135