update copyright dates
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / abs.s
1 .text
2 .global _start
3 _start:
4 enter $zero + 0xff00, $zero + 0xf0
5 enter $zero - 0xff00, $zero - 0xf0
6 leave
7 ret
8 .p2align 4,0x90
This page took 0.03436 seconds and 4 git commands to generate.