Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / pcrel16.s
1 # Test for pc-relative relocations
2 .set norelax
3 .text
4 .global _start
5 _start:
6 br ext_label
7 br ext_label + 16
8
This page took 0.029435 seconds and 4 git commands to generate.