summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>Charles Wilson2001-08-021-23/+487
* Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton2001-03-131-1/+1
* * pe-dll.c (make_one): Do not generate code thunk for DATADJ Delorie2000-10-101-21/+29
* 2000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-091-6/+6
* 2000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-091-39/+39
* 2000-10-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-091-51/+51
* * pe-dll.c (fill_edata): initialize entire blockDJ Delorie2000-10-031-4/+4
* * emultempl/pe.em (gld_*_after_open): detect case where there twoDJ Delorie2000-10-021-3/+3
* 2000-09-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-291-17/+17
* * pe-dll.c (process_def_file): Uninitialized data wasn'tDJ Delorie2000-09-281-5/+10
* * pe-dll.c (pe_dll_id_target): check object target name alsoDJ Delorie2000-07-191-1/+2
* * pe-dll.c (process_def_file): auto-export data items alsoDJ Delorie2000-07-171-3/+9
* * pe-dll.c (make_one): fix a typo in the __imp_ name decorationDJ Delorie2000-07-131-1/+1
* Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra2000-07-111-0/+1
* Fix building with --enable-targets=all.Nick Clifton2000-03-011-9/+6
* Add support for WinCE based toolchains.Nick Clifton2000-02-241-4/+96
* Applied Mumit Kha's patch to tweak dll production code.Nick Clifton2000-01-041-8/+14
* Added year 2000 copyright noticeNick Clifton2000-01-041-1/+1
* Apply patch from Mumit Khan to fix bugs generating dll names.Nick Clifton2000-01-041-8/+1
* * pe-dll.c (process_def_file): Move the offset lookup from here toDJ Delorie1999-09-291-3/+51
* * deffilep.y (tokens): Add upper and lower case versions of DATA,DJ Delorie1999-09-281-1/+2
* * pe-dll.h: New file.Ian Lance Taylor1999-09-121-12/+13
* 1999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie1999-05-111-52/+187
* Initial revisionRichard Henderson1999-05-031-0/+1651