Skip to content

Commit

Permalink
2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
Browse files Browse the repository at this point in the history
	* configure.in: Use %function instead of @function.
	* configure: Regenerated.
  • Loading branch information
Roland McGrath committed Mar 18, 2005
1 parent 93a91a8 commit d086882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d086882

Please sign in to comment.