More support for ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt-main.s
CommitLineData
edb2fa9a
MS
1 .data
2 .global var
3 .text
4 .globl _start
5 .type _start, %function
6_start:
7 bl foo
8 .size _start, . - _start
This page took 0.200034 seconds and 4 git commands to generate.