URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elf/] [tbss2.s] - Rev 816
Compare with Previous | Blame | View Log
.globl main .globl start .globl _start .globl __start .text main: start: _start: __start: .byte 0 .globl tbss .section .tbss,"awT",%nobits .type tbss,%object .size tbss,1 tbss: .zero 1