Add MN10300 linker relaxation support for symbol differences
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mn10300 / i112045-1.s
1 .text
2 .global _start
3 _start:
4 add 0x1000 - L01, A0
5 nop
6 nop
7 L01:
8 add L01 + 0x123, A0
9 nop
10 nop
11 L02:
12 add L02 - L01, A0
13 nop
14 nop
This page took 0.069096 seconds and 4 git commands to generate.