* gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / more.parse / undefbug.s
1 .SPACE $PRIVATE$
2 .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
4 .SPACE $TEXT$
5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
6 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
7
8 .SPACE $TEXT$
9 .SUBSPA $CODE$
10
11 .align 4
12 bl somewhere,%r2
13 nop
14
This page took 0.028981 seconds and 4 git commands to generate.