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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [binutils-2.20.1/] [binutils-2.20.1-or32-1.0rc1/] [ld/] [testsuite/] [ld-elfweak/] [size2a.s] - Blame information for rev 521

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
        .text
2
        .global _start
3
        .global __start
4
        .type _start, "function"
5
        .type __start, "function"
6
_start:
7
__start:
8
        .byte 0
9
        .size _start, 1
10
        .size __start, 1
11
 
12
        .weak foo
13
        .type foo, "function"
14
foo:
15
        .byte 0
16
        .size foo, 1

powered by: WebSVN 2.1.0

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