From 2d499f55d78a0265310f5ec931b45172ba39bdb4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 23 May 2000 19:23:25 +0000 Subject: Update. * configure.in: Add test for .protected. * config.make.in: Add have-protected variable. --- configure.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 39bf510d57..14905e6224 100644 --- a/configure.in +++ b/configure.in @@ -873,6 +873,21 @@ EOF AC_DEFINE(HAVE_ASM_POPSECTION_DIRECTIVE) fi fi + AC_CACHE_CHECK(for .protected and .hidden assembler directive, + libc_cv_asm_protected_directive, [dnl + cat > conftest.s <&AC_FD_CC); then + libc_cv_asm_protected_directive=yes + else + libc_cv_asm_protected_directive=no + fi + rm -f conftest*]) + AC_SUBST(libc_cv_asm_protected_directive) fi if test $elf != yes; then -- cgit v1.2.3