* 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.
This commit is contained in:
Thomas Fitzsimmons
2002-05-11 20:48:04 +00:00
parent 7124f04eb8
commit 558ab81ed1
6 changed files with 76 additions and 28 deletions

View File

@@ -19,5 +19,8 @@
/* .pushsection/.popsection directives allowed */
#undef HAVE_ASM_POPSECTION_DIRECTIVE
/* support for section attributes */
#undef HAVE_SECTION_ATTRIBUTES
/* symbol prefix */
#undef __SYMBOL_PREFIX