Add support for the C_SKY series of processors.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-csky / hilo16.s
1 # Test the hi16/lo16 relocations
2
3 .text
4 .global __start
5 __start:
6 movih r1, (long_symbol) >> 16
7 ori r1, r1, (long_symbol) & 0xffff
This page took 0.030698 seconds and 4 git commands to generate.