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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [testsuite/] [binutils-all/] [localize-hidden-1.s] - Blame information for rev 165

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

Line No. Rev Author Line
1 15 khays
        .globl          Gdefault
2
        .globl          Ghidden
3
        .globl          Ginternal
4
        .globl          Gprotected
5
 
6
        .weak           Wdefault
7
        .weak           Whidden
8
        .weak           Winternal
9
        .weak           Wprotected
10
 
11
        .hidden         Lhidden
12
        .hidden         Ghidden
13
        .hidden         Whidden
14
 
15
        .internal       Linternal
16
        .internal       Ginternal
17
        .internal       Winternal
18
 
19
        .protected      Lprotected
20
        .protected      Gprotected
21
        .protected      Wprotected
22
 
23
        Ldefault == 0x1100
24
        Lhidden == 0x1200
25
        Linternal == 0x1300
26
        Lprotected == 0x1400
27
 
28
        Gdefault == 0x2100
29
        Ghidden == 0x2200
30
        Ginternal == 0x2300
31
        Gprotected == 0x2400
32
 
33
        Wdefault == 0x3100
34
        Whidden == 0x3200
35
        Winternal == 0x3300
36
        Wprotected == 0x3400

powered by: WebSVN 2.1.0

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