OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [hppa/] [parse/] [exprbug.s] - Blame information for rev 202

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
        .code
2
 
3
        .align  8
4
        .export icode,data
5
icode:
6
        .proc
7
        .callinfo       frame=0,no_calls
8
        .entry
9
        bv,n    %r0(%r2)
10
        .exit
11
        nop
12
        .procend
13
 
14
        ;
15
        ; FIRST, argv array of pointers to args, 1st is same as path.
16
        ;
17
        .align  8
18
ic_argv:
19
        .word   ic_argv1-icode  ; second, pointer to 1st argument
20
        .word   ic_path-icode           ; first,  pointer to init path
21
        .word   0                        ; fourth, NULL argv terminator (pad)
22
        .word   0                        ; third,  NULL argv terminator
23
 
24
ic_path:
25
        .blockz 4096                    ; must be multiple of 4 bytes
26
        .word   0                        ; in case full string is used
27
        .word   0                        ; this will be the string terminator
28
 
29
ic_argv1:
30
        .blockz 4096                    ; must be multiple of 4 bytes
31
        .word   0                        ; in case full string is used
32
        .word   0                        ; this will be the string terminator
33
 
34
        .export szicode,data
35
szicode:
36
        .word   szicode-icode
37
        .word   0                        ; must have at least one filler at end
38
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.