diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-18 22:23:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-18 22:23:14 +0000 |
commit | d0868826c3c94c9e0f469c05996048060b10a1db (patch) | |
tree | 355c7c6d46143d8ba59f52718e06cac21205fd96 /configure.in | |
parent | 93a91a8a0ad5935dcec9f709a485faa32ddba2f1 (diff) | |
download | glibc-d0868826c3c94c9e0f469c05996048060b10a1db.tar.gz glibc-d0868826c3c94c9e0f469c05996048060b10a1db.tar.xz glibc-d0868826c3c94c9e0f469c05996048060b10a1db.zip |
2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Use %function instead of @function. * configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f5defbfe8c..098e0dae74 100644 --- a/configure.in +++ b/configure.in @@ -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 |