2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[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.030613 seconds and 5 git commands to generate.