Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr12627.s
CommitLineData
a3293649
L
1 .section ".text16","ax"
2 .globl _start
3_start:
4 movl $__bss16_start, %edi
5 movl $__bss16_dwords, %ecx
6 xorl %eax, %eax
7 rep movsl
8 ret
9
10 .section ".bss16","ax"
11 .space 1024
This page took 0.40399 seconds and 4 git commands to generate.