https://sourceware.org/bugzilla/show_bug.cgi?id=33780
--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
Another issue:
[hjl@gnu-tgl-3 tmp]$ cat x.s
.data
.globl foo
foo:
.dc.a 0
[hjl@gnu-tgl-3 tmp]$ gcc -c x.s
[hjl@gnu-tgl-3 tmp]$ ld -r -z noexecstack x.o
[hjl@gnu-tgl-3 tmp]$ readelf -n a.out
Displaying notes found in: .note.gnu.property
Owner Data size Description
GNU 0x00000020 NT_GNU_PROPERTY_TYPE_0
Properties: x86 feature used: x86
x86 ISA used:
[hjl@gnu-tgl-3 tmp]$ echo $?
1
[hjl@gnu-tgl-3 tmp]$
--
You are receiving this mail because:
You are on the CC list for the bug.