Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-12 00:48:04 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-12 00:48:04 +0400
commit558ab81ed169c70460dcd502050f76b3d47fb9b0 (patch)
tree729ddeae7608108bb1c3952bc6f52fbcd25bea53 /libgloss/libnosys/acconfig.h
parent7124f04eb8cb8dd5cd109cc7d403d661cd63c622 (diff)
* 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.
Diffstat (limited to 'libgloss/libnosys/acconfig.h')
-rw-r--r--libgloss/libnosys/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/libnosys/acconfig.h b/libgloss/libnosys/acconfig.h
index a9508c73b..c6df5d5ae 100644
--- a/libgloss/libnosys/acconfig.h
+++ b/libgloss/libnosys/acconfig.h
@@ -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