libc/libgloss/libnosys/acconfig.h
Thomas Fitzsimmons 558ab81ed1 * libnosys/acconfig.h (HAVE_SECTION_ATTRIBUTES): New macro.
* libnosys/configure.in: Check gcc's support for section attributes.
	* libnosys/warning.h: Have link_warning expand to nothing if gcc
	does not support section attributes.
2002-05-11 20:48:04 +00:00

27 lines
490 B
C

/* Name of package. */
#undef PACKAGE
/* Version of package. */
#undef VERSION
/* Missing syscall names */
#undef MISSING_SYSCALL_NAMES
/* Using ELF format */
#undef HAVE_ELF
/* Using GNU LD */
#undef HAVE_GNU_LD
/* .previous directive allowed */
#undef HAVE_ASM_PREVIOUS_DIRECTIVE
/* .pushsection/.popsection directives allowed */
#undef HAVE_ASM_POPSECTION_DIRECTIVE
/* support for section attributes */
#undef HAVE_SECTION_ATTRIBUTES
/* symbol prefix */
#undef __SYMBOL_PREFIX