ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / ld / testsuite / ld-crx / reloc-rel16.s
1 # Test pc relative relocation R_CRX_REL16
2
3 .section .text_16,"ax","progbits"
4 .global _start
5 .global foo16
6 _start:
7 bal ra, foo16
8 foo16:
This page took 0.030016 seconds and 4 git commands to generate.