Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20117.s
1 .comm DEBUGLEVEL,4,4
2 .text
3 .globl _start
4 .type _start, @function
5 _start:
6 .byte 0xeb, 0x8b
7 movl $DEBUGLEVEL@GOT, %ebp
This page took 0.029111 seconds and 4 git commands to generate.