Stop generating GNU build notes for linkonce sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr22929.s
CommitLineData
347a8774
L
1 .text
2 .globl foo
3 .type foo, %gnu_indirect_function
4foo:
5 ret
6 .size foo, .-foo
7 .pushsection .gnu.build.attributes, "", %note
8 .dc.l 6 # size of name
9 .dc.l 16 # descsz = sizeof (addresses)
10 .dc.l 0x101 # type = FUNC
11 .dc.b 0x47, 0x41, 0x2a, 0x2, 0, 0 # name (numeric: -fstack-protector status)
12 .dc.b 0, 0 # Padding
13 .dc.a foo
14 .dc.a foo_end # description (symbol name)
15 .popsection
16
17foo_end:
18 .section .rodata.cst4,"aM",@progbits,4
19 .align 4
20.LC0:
21 .long 1065353216
This page took 0.030568 seconds and 4 git commands to generate.