Skip to content
Snippets Groups Projects
Commit 00686d89 authored by Niels Möller's avatar Niels Möller
Browse files

(ASM_ELF_STYLE): Fixed .type,@function statement

used when checking for pseudo operations.

Rev: src/nettle/configure.ac:1.66
parent 676ccc79
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ EOF
[cat >conftest.s <<EOF
.text
.globl foo
.type foo @function
.type foo,@function
foo:
.Lend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment