From: sof Date: Tue, 29 Sep 1998 17:32:39 +0000 (+0000) Subject: [project @ 1998-09-29 17:32:39 by sof] X-Git-Tag: Approx_2487_patches~259 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=010c1e9da380ff48027e3c19cde2579f9d27bef9;p=ghc-hetmet.git [project @ 1998-09-29 17:32:39 by sof] Added CODE_BEFORE_DATA, DATA_SECTION_END_MARKER, TEXT_SECTION_END_MARKER --- diff --git a/mk/config.h.in b/mk/config.h.in index afad35d..3f04af4 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -18,6 +18,9 @@ /* Define if using alloca.c. */ #undef C_ALLOCA +/* Define if text section appear before data section in exec. */ +#undef CODE_BEFORE_DATA + /* Define to empty if the keyword does not work. */ #undef const @@ -25,6 +28,9 @@ This function is required for alloca.c support on those systems. */ #undef CRAY_STACKSEG_END +/* Define to symbol that terminates data section. */ +#undef DATA_SECTION_END_MARKER + /* Define if you have alloca, as a function or macro. */ #undef HAVE_ALLOCA @@ -272,3 +278,6 @@ /* Define if you have the iberty library (-liberty). */ #undef HAVE_LIBIBERTY + +/* Define to symbol that terminates text section. */ +#undef TEXT_SECTION_END_MARKER