PRU LD Port
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pru / reloc.s
1 # Test for PRU 32-bit, 16 and 8-bit relocations
2
3 .global byte_sym
4 .global short_sym
5 .global long_sym
6
7 .set byte_sym, 0xFA
8 .set short_sym, 0xFACE
9 .set long_sym, 0xDEADBEEF
This page took 0.030578 seconds and 4 git commands to generate.