URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-misc/] [start.s] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
.text .global start /* Used by SH targets. */ start: .global _start _start: .global __start __start: .global main /* Used by HPPA targets. */ main: .long foo
Go to most recent revision | Compare with Previous | Blame | View Log