Browse Source
for 64-bit host. * gas/sh/sign-extension.d: New file. * gas/sh/sign-extension.s: New file. * gas/sh/basic.exp: Run new test.gdb_7_0-branch
6 changed files with 32 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||
#as: -little |
|||
#objdump: -drj.text |
|||
#name: Sign-extended immediate |
|||
|
|||
.*: file format .*sh.* |
|||
|
|||
Disassembly of section \.text: |
|||
|
|||
00000000 <foo>: |
|||
0: f0 e0 mov #-16,r0 |
|||
2: 09 00 nop |
|||
@ -0,0 +1,3 @@ |
|||
.align 2 |
|||
foo: |
|||
mov #0xfffffff0, r0 |
|||
Loading…
Reference in new issue