Set OSABI field back to 0 (SysV), to avoid interoperability problems
[nacl-binutils.git] / ld / testsuite / ld-mep / mep1.s
blobab5414f655e7ccc5274026bcd97e44fb726bb5ba
1 .weak bar
3 # This will be in low memory.
4 .section .text1,"ax"
5 bsr bar
6 jmp bar
8 # This will be in high memory.
9 .section .text2,"ax"
10 # This needs special handling
11 bsr bar
12 # This shouldn't
13 jmp bar