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 | |
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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 1a3f47c275..e7f1afb18a 100755 --- 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 |