URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-maxq/] [r32-2.s] - Rev 816
Compare with Previous | Blame | View Log
; ; test the intersegment relocation ; inderpreetb@noida.hcltech.com .extern _start .extern _abort .extern _exit .global _main _main: call _exit call _abort ljump _abort ljump _exit