x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc-solaris / addend.s
1 .global foo
2 foo:
3 nop
4 nop
5 ba foo1+0x4
6 ba foo1+0x4
7 ba foo1
8 ba foo1
9 nop
10 .word foo1
11 .word foo1+4
This page took 0.032906 seconds and 4 git commands to generate.