m68k: tag floating-point ABI used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr20022b.s
1 .data
2 .globl _start
3 _start:
4 .dc.a __start__foo
5 .dc.a bar
6 .section _foo,"aw",%progbits
7 foo:
8 .ascii "This is foo"
This page took 0.033011 seconds and 4 git commands to generate.