ld: Don't allow '~' as the first char in symbol name
[deliverable/binutils-gdb.git] / ld / testsuite / ld-metag / stub.s
1
2 .text
3 .global __start
4 __start:
5 CALLR D1RtP,_far
6
7 .section .text.pad,"ax"
8 .space 0x200000
9
10 .section .text.far,"ax"
11 .global _far
12 _far:
13 NOP
This page took 0.030837 seconds and 4 git commands to generate.