Add assembler support for @gotplt
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / mixed1b.s
1 .globl foo
2 .section .rodata.str1.1,"aMS",@progbits,1
3 .LC0:
4 .string "Hello"
5 .data
6 .align 4
7 .type foo, @object
8 .size foo, 4
9 foo:
10 .long .LC0
This page took 0.029503 seconds and 4 git commands to generate.