URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [hppa/] [parse/] [lselbug.s] - Rev 205
Compare with Previous | Blame | View Log
.code .align 4 ; In gas-1.36 the ldil instruction using parenthesis generated ; garbage bits while the one without parens worked fine. ldil L%(0x00040000 | 0x00000008 | 0x00000002),%r21 ldo L%(0x00040000 | 0x00000008 | 0x00000002) (%r21),%r21 ldil L%0x00040000 | 0x00000008 | 0x00000002,%r21 ldo L%0x00040000 | 0x00000008 | 0x00000002 (%r21),%r21