x86-64: fix Intel64 handling of branch with data16 prefix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-003.s
1 .section s1 ,"ax"
2 foo:
3 add r1,r11
4 add r2,r11 || add r3,r11
5
6 .section s2 ,"ax"
7 bar:
8 add r4,r11 || add r5,r11
9
This page took 0.029582 seconds and 4 git commands to generate.