summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list ofChristopher Faylor2002-11-111-0/+2
* * pe-dll.c (autofilter_liblist): Generalize library names to catch moreChristopher Faylor2002-11-111-6/+6
* Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton2002-11-061-17/+45
* * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz2002-10-301-1/+1
* * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.Alan Modra2002-10-111-7/+12
* Don't re-export auto-import symbols.Nick Clifton2002-10-071-2/+6
* * ldemul.c: Fix formatting.Kazu Hirata2002-05-251-5/+5
* * pe-dll.c (autofilter_liblist): Add more system libs excluded by default.Christopher Faylor2002-05-221-6/+27
* * ld.h: Fix formatting.Kazu Hirata2002-05-031-33/+33
* Support arbitrary length fill patterns.Alan Modra2002-02-151-3/+3
* * pe-dll.c (autofilter_objectlist): Add gcrt0.o.DJ Delorie2001-10-191-5/+6
* * pe-dll.c (autofilter_objectlist): Add startup objectsDJ Delorie2001-10-191-6/+8
* * pe-dll.c (autofilter_entry_type autofilter_liblist: AddDJ Delorie2001-10-111-0/+2
* Fix thinkoNick Clifton2001-09-241-1/+1
* Remove spurious prototype.Nick Clifton2001-09-241-4/+0
* oops - omitted from previous deltaNick Clifton2001-09-241-2/+4
* Define and use pe_get_data_import_dll_name().Nick Clifton2001-09-241-3/+6
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-4/+4
* * deffilep.y (def_stash_module): Constify "name" param.Alan Modra2001-09-181-22/+24
* Fix memory leakNick Clifton2001-09-141-394/+430
* 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>Charles Wilson2001-09-121-5/+5
* * deffilep.y: Add missing prototypes.Andreas Jaeger2001-08-211-1/+25
* * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" paramAlan Modra2001-08-201-2/+2