]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(ASM_ELF_STYLE): Fixed .type,@function statement
authorNiels Möller <nisse@lysator.liu.se>
Sat, 15 Oct 2005 17:26:22 +0000 (19:26 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 15 Oct 2005 17:26:22 +0000 (19:26 +0200)
used when checking for pseudo operations.

Rev: src/nettle/configure.ac:1.66

configure.ac

index 8359b4d8cf8b4c4f3bc622130afd8c2ad7086371..caee425f611712f89c53b33013c3a0162022600c 100644 (file)
@@ -233,7 +233,7 @@ EOF
     [cat >conftest.s <<EOF
 .text
 .globl foo
-.type foo @function
+.type foo,@function
 foo:
 .Lend: