msp430: Set DWARF2_ADDR_SIZE to 4.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr12627.s
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.031124 seconds and 4 git commands to generate.