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
Branches
Tags
No related merge requests found
...@@ -233,7 +233,7 @@ EOF ...@@ -233,7 +233,7 @@ EOF
[cat >conftest.s <<EOF [cat >conftest.s <<EOF
.text .text
.globl foo .globl foo
.type foo @function .type foo,@function
foo: foo:
.Lend: .Lend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment