URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elf/] [weak-dyn-1a.s] - Rev 156
Go to most recent revision | Compare with Previous | Blame | View Log
.globl foo .weak foo .type foo,%object .size foo,1 .globl bar .type bar,%object .size bar,1 .data foo: bar: .byte 1
Go to most recent revision | Compare with Previous | Blame | View Log