diff options
author | simonmar <unknown> | 2002-12-11 16:37:17 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-12-11 16:37:17 +0000 |
commit | a13a41c241bbfad4bc3be3fdd686be826e0d7ac6 (patch) | |
tree | 86a71bfbb95036a0e28aa7e1f6d0066f2cfb7a30 /acconfig.h | |
parent | 0bffc410964e1688ad80d277d53400659e697ab5 (diff) | |
download | haskell-a13a41c241bbfad4bc3be3fdd686be826e0d7ac6.tar.gz |
[project @ 2002-12-11 16:37:16 by simonmar]
Remove tests for text/data section boundary symbols.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/acconfig.h b/acconfig.h index d61c7837b1..a8ddb7d0aa 100644 --- a/acconfig.h +++ b/acconfig.h @@ -351,12 +351,6 @@ /* Define if code lives before data in memory */ #undef CODE_BEFORE_DATA -/* Define as the symbol which marks the end of the data section */ -#undef DATA_SECTION_END_MARKER - -/* Define as the decl which terminates the data section */ -#undef DATA_SECTION_END_MARKER_DECL - /* Define if time.h or sys/time.h define the altzone variable */ #undef HAVE_ALTZONE @@ -573,12 +567,6 @@ /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE -/* Define as the symbol which marks the end of the text section */ -#undef TEXT_SECTION_END_MARKER - -/* Define to decl that terminates text section. */ -#undef TEXT_SECTION_END_MARKER_DECL - /* Define to the type of the timezone variable (usually long or time_t) */ #undef TYPE_TIMEZONE |