Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-mep / mep1.s
1         .weak   bar
2
3         # This will be in low memory.
4         .section .text1,"ax"
5         bsr     bar
6         jmp     bar
7
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