From 558ab81ed169c70460dcd502050f76b3d47fb9b0 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Sat, 11 May 2002 20:48:04 +0000 Subject: * 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. --- libgloss/libnosys/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgloss/libnosys/acconfig.h') 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 -- cgit v1.2.3