Contribute sh64-elf.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / shift-3.s
1 ! This should not get an internal error and it should emit the expected
2 ! relocs, even though the symbol looks local and is undefined.
3 .text
4 .mode SHmedia
5 start:
6 movi .LC0 & 65535, r1
7 movi (.LC0 >> 16) & 65535, r3
This page took 0.038055 seconds and 4 git commands to generate.