URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [binutils/] [testsuite/] [binutils-all/] [bintest.s] - Rev 294
Go to most recent revision | Compare with Previous | Blame | View Log
.globl text_symbol .text text_symbol: static_text_symbol: .long 1 .long external_symbol .globl data_symbol .data data_symbol: static_data_symbol: .long 2 .comm common_symbol,4
Go to most recent revision | Compare with Previous | Blame | View Log