gas/ELF: don't accumulate .type settings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group9.s
CommitLineData
a33dafc3
L
1 .section .text.foo,"axG",%progbits,foo,comdat
2 .globl foo
3 .type foo,%function
4foo:
5 .byte 0
6 .section .data.foo,"axG",%progbits,foo,comdat
7 .globl foo.data
f2d4ba38 8 .type foo.data,%object
a33dafc3
L
9foo.data:
10 .byte 0
11 .section .text.bar,"axG",%progbits,bar,comdat
12 .globl bar
13 .type bar,%function
14bar:
37034390 15 .long foo.data
This page took 0.53354 seconds and 4 git commands to generate.