source: binutils/trunk/gold/testsuite/aarch64_reloc_none.s@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 188 bytes
Line 
1.text
2.global _start
3.type _start, %function
4_start:
5 nop
6.reloc 0, R_AARCH64_NONE, foo
7
8.section .foo,"ax"
9.global foo
10foo:
11 nop
12
13.section .bar,"ax"
14.global bar
15bar:
16 nop
Note: See TracBrowser for help on using the repository browser.