PR ld/15428: MIPS/LD/testsuite: Un-KFAIL `__ehdr_start' test 2
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / textrel1.s
CommitLineData
866f48b7
KK
1 .text
2 .align 5
3 .globl f
4f:
5 mov.l .L1,r0
6 rts
7 nop
8 .align 2
9.L1: .long g - f
10 .long foo@GOT
11
This page took 0.548749 seconds and 4 git commands to generate.