summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/pseudo-reloc-list.c
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-01-01 10:00:39 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-01-01 10:00:39 +0000
commit353549d7441a2a8fddb4467ee796445e9db30abc (patch)
tree4c2254b36f5ec6fc0e890f471027fc0be694d6be /winsup/mingw/pseudo-reloc-list.c
parent4f66b246ba438eae815dc0e8ec0887f064b09aab (diff)
downloadcygnal-353549d7441a2a8fddb4467ee796445e9db30abc.tar.gz
cygnal-353549d7441a2a8fddb4467ee796445e9db30abc.tar.bz2
cygnal-353549d7441a2a8fddb4467ee796445e9db30abc.zip
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.
Diffstat (limited to 'winsup/mingw/pseudo-reloc-list.c')
-rw-r--r--winsup/mingw/pseudo-reloc-list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/mingw/pseudo-reloc-list.c b/winsup/mingw/pseudo-reloc-list.c
new file mode 100644
index 000000000..87a2be247
--- /dev/null
+++ b/winsup/mingw/pseudo-reloc-list.c
@@ -0,0 +1,3 @@
+/* Define here in .bss in case not defined by linker script. */
+char __RUNTIME_PSEUDO_RELOC_LIST_END__ = 0;
+char __RUNTIME_PSEUDO_RELOC_LIST__ = 0;