mirror of git://sourceware.org/git/glibc.git
2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Use %function instead of @function. * configure: Regenerated.
This commit is contained in:
parent
93a91a8a0a
commit
d0868826c3
|
@ -6065,7 +6065,7 @@ if test "${libc_cv_asm_cfi_directives+set}" = set; then
|
||||||
else
|
else
|
||||||
cat > conftest.s <<EOF
|
cat > conftest.s <<EOF
|
||||||
.text
|
.text
|
||||||
.type func,@function
|
.type func,%function
|
||||||
func:
|
func:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.cfi_remember_state
|
.cfi_remember_state
|
||||||
|
|
|
@ -1632,7 +1632,7 @@ fi
|
||||||
AC_CACHE_CHECK(whether CFI directives are supported, libc_cv_asm_cfi_directives, [dnl
|
AC_CACHE_CHECK(whether CFI directives are supported, libc_cv_asm_cfi_directives, [dnl
|
||||||
cat > conftest.s <<EOF
|
cat > conftest.s <<EOF
|
||||||
.text
|
.text
|
||||||
.type func,@function
|
.type func,%function
|
||||||
func:
|
func:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.cfi_remember_state
|
.cfi_remember_state
|
||||||
|
|
Loading…
Reference in New Issue