URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-d10v/] [regression-001.s] - Rev 252
Go to most recent revision | Compare with Previous | Blame | View Log
.section .data ;; ;; The next line caused an earlier ld to core dump. .global .data foo: .space 0x0064 .section .text .global _test .global _start _test: ldi r0,foo _start: nop
Go to most recent revision | Compare with Previous | Blame | View Log