URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-sh/] [sh64/] [sh64-2.s] - Rev 184
Go to most recent revision | Compare with Previous | Blame | View Log
! Test that all common kinds of relocs get right for simple cases. ! Main part. .text .global start .mode SHmedia start: movi foo,r33 movi bar,r21 pt/l bar,tr3 movi foobar,r43 movi baz2,r53 movi foobar2,r4 pta xyzzy,tr5 pt/u plugh,tr1 .data .global foobar foobar: .long baz foobar2: .long bar .section .text.other,"ax" .global xyzzy xyzzy: nop plugh: nop
Go to most recent revision | Compare with Previous | Blame | View Log