2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
authorRoland McGrath <roland@gnu.org>
Fri, 18 Mar 2005 22:23:14 +0000 (22:23 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Mar 2005 22:23:14 +0000 (22:23 +0000)
* configure.in: Use %function instead of @function.
* configure: Regenerated.

configure
configure.in

index 1a3f47c..e7f1afb 100755 (executable)
--- a/configure
+++ b/configure
@@ -6065,7 +6065,7 @@ if test "${libc_cv_asm_cfi_directives+set}" = set; then
 else
   cat > conftest.s <<EOF
         .text
-        .type   func,@function
+        .type   func,%function
 func:
         .cfi_startproc
        .cfi_remember_state
index f5defbf..098e0da 100644 (file)
@@ -1632,7 +1632,7 @@ fi
 AC_CACHE_CHECK(whether CFI directives are supported, libc_cv_asm_cfi_directives, [dnl
 cat > conftest.s <<EOF
         .text
-        .type   func,@function
+        .type   func,%function
 func:
         .cfi_startproc
        .cfi_remember_state