2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>

* configure.in: Use %function instead of @function.
	* configure: Regenerated.
This commit is contained in:
Roland McGrath 2005-03-18 22:23:14 +00:00
parent 93a91a8a0a
commit d0868826c3
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View 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