Initial revision
[binutils.git] / gas / testsuite / gas / hppa / parse / exprbug.s
blob07bad422d26a4504d487545b0d43df79ae92032e
1 .space $TEXT$
2 .subspa $CODE$
4 .align 8
5 .export icode,data
6 icode:
7 .proc
8 .callinfo frame=0,no_calls
9 .entry
10 bv,n %r0(%r2)
11 .exit
12 nop
13 .procend
16 ; FIRST, argv array of pointers to args, 1st is same as path.
18 .align 8
19 ic_argv:
20 .word ic_argv1-icode ; second, pointer to 1st argument
21 .word ic_path-icode ; first, pointer to init path
22 .word 0 ; fourth, NULL argv terminator (pad)
23 .word 0 ; third, NULL argv terminator
25 ic_path:
26 .blockz 4096 ; must be multiple of 4 bytes
27 .word 0 ; in case full string is used
28 .word 0 ; this will be the string terminator
30 ic_argv1:
31 .blockz 4096 ; must be multiple of 4 bytes
32 .word 0 ; in case full string is used
33 .word 0 ; this will be the string terminator
35 .export szicode,data
36 szicode:
37 .word szicode-icode
38 .word 0 ; must have at least one filler at end