Don't write to inferior_ptid in gnu-nat.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-loc.s
1 .file 1 "relax-loc.s"
2 .globl _start
3 .globl _ResetVector
4 .text
5 _ResetVector:
6 _start:
7 .loc 1 1
8 j 1f
9 .literal_position
10 1:
11 .loc 1 2
12
13 .rep 10000
14 movi a2, 0x12345678
15 .endr
This page took 0.029374 seconds and 4 git commands to generate.