[project @ 2002-12-11 16:37:44 by simonmar]
authorsimonmar <unknown>
Wed, 11 Dec 2002 16:37:44 +0000 (16:37 +0000)
committersimonmar <unknown>
Wed, 11 Dec 2002 16:37:44 +0000 (16:37 +0000)
Remove tests for text/data boundary symbols.

mk/config.h.in

index b776a11..4871790 100644 (file)
 /* 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
 
 /* 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