Skip to content

Commit ee6560c

Browse files
authored
Merge pull request #5360 from sertonix/cpuid-arm
Fix cpuid.S on arm
2 parents 03a4afc + 8d11e46 commit ee6560c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpuid.S

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,9 @@ _cpuid:
6666

6767
#endif
6868
#if defined(__ELF__) && defined(__linux__)
69+
#if defined(__arm__)
70+
.section .note.GNU-stack,"",%progbits
71+
#else
6972
.section .note.GNU-stack,"",@progbits
7073
#endif
74+
#endif

0 commit comments

Comments
 (0)