i386: Don't add 0x66 prefix to IRET for .code16gcc
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / redef.s
1 .data
2 _start:
3 x: defl .-_start
4 .long x
5 .balign 4
6 x: defl .-_start
7 .long x
8 x: defl .-_start
9 .long x
10 x: defl .-_start
11 .long x
This page took 0.05353 seconds and 4 git commands to generate.