]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 1a3f47c275d6d59217efc70db4698279ebeb8471..e7f1afb18a0fec5fe75f003509e495cfd8164c65 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 f5defbfe8c75914c67450a3b5b3cf9c183d9ab3c..098e0dae74f10ebbb44653e33ae943836a26145b 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