Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-avr / avr-prop-2.s
bloba36eb180881687af69f5242933f4190022261360
1 .text
2 .global _start, label1, label2, dest
3 _start:
4 CALL dest
5 .org 0x10
6 label1:
7 CALL dest
8 .org 0x20
9 label2:
10 CALL dest
11 .org 0x30
12 dest:
13 nop