OSDN Git Service

r6916@monacintosh2: monaka | 2008-11-24 19:18:29 +0900
[pf3gnuchains/pf3gnuchains4x.git] / gas / testsuite / gas / hppa / parse / lselbug.s
1         .code
2
3         .align 4
4 ; In gas-1.36 the ldil instruction using parenthesis generated
5 ; garbage bits while the one without parens worked fine.
6         ldil L%(0x00040000 | 0x00000008 | 0x00000002),%r21
7         ldo L%(0x00040000 | 0x00000008 | 0x00000002) (%r21),%r21
8         ldil L%0x00040000 | 0x00000008 | 0x00000002,%r21
9         ldo L%0x00040000 | 0x00000008 | 0x00000002 (%r21),%r21
10