summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/pseudo-reloc.c
Commit message (Collapse)AuthorAgeFilesLines
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-071-367/+0
| | | | * w32api: Ditto.
* Final sync of pseudo-reloc.c with mingw64 and cygwinCharles Wilson2009-11-021-2/+3
|
* Sync pseudo-reloc.c with mingw64Charles Wilson2009-10-261-82/+76
|
* Sync pseudo-reloc.c with cygwin/lib/Charles Wilson2009-10-231-16/+208
|
* 2009-03-05 Kai Tietz <kai.tietz@onevision.com>Chris Sutcliffe2009-03-051-18/+152
| | | | * pseudo-reloc.c: Rewrite to enable pseudo_reloc version 2.
* 2003-01-01 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-011-0/+46
* pseudo-reloc.c (do_pseudo_reloc): Make static. * pseudo-reloc-list.c: New file. * crt1.c (_pei386_runtime_relocator): Declare. (__mingw_CRTStartup): Call it. * dllcrt1.c (_pei386_runtime_relocator): Declare. (DllMainCRTStartup): Call it. * Makefile.in: Add pseudo-reloc.o pseude-reloc-list.o to libmingw32.a. 2003-01-01 Egor Duda <deo@logos-m.ru> * pseudo-reloc.c: New file.