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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-mips-elf/] [pic-and-nonpic-4a.s] - Blame information for rev 818

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
        .abicalls
2
        .option pic0
3
        .global obj1
4
        .global obj2
5
        .global obj3
6
 
7
        .type   obj1,%object
8
        .type   obj2,%object
9
        .type   obj3,%object
10
 
11
        .size   obj1,8
12
        .size   obj2,4
13
        .size   obj3,16
14
 
15
        .data
16
obj1:
17
        .word   1, 2
18
obj2:
19
        .word   3
20
obj3:
21
        .word   5, 6, 7, 8
22
 

powered by: WebSVN 2.1.0

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