OSDN Git Service

2003-01-01 Danny Smith <dannysmith@users.sourceforge.net>
authordannysmith <dannysmith>
Wed, 1 Jan 2003 10:00:39 +0000 (10:00 +0000)
committerdannysmith <dannysmith>
Wed, 1 Jan 2003 10:00:39 +0000 (10:00 +0000)
commit20a3a249b57357fc474e0ccc58b7da56f4d1caab
treeb53e3b4d709b9d3512f350594b08c21b0d526c33
parente79cf5c4c02aab6dae6725c9c3dda34adb654c78
2003-01-01  Danny Smith  <dannysmith@users.sourceforge.net>

* 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.
winsup/mingw/ChangeLog
winsup/mingw/Makefile.in
winsup/mingw/crt1.c
winsup/mingw/dllcrt1.c
winsup/mingw/pseudo-reloc-list.c [new file with mode: 0644]
winsup/mingw/pseudo-reloc.c [new file with mode: 0644]