Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-1.s
CommitLineData
74d7f0aa
L
1 .data
2 .type bar, @object
3bar:
4 .byte 1
5 .size bar, .-bar
6 .globl foo
7 .type foo, @object
8foo:
9 .byte 1
10 .size foo, .-foo
11 .text
12 .globl _start
13 .type _start, @function
14_start:
15 movl $0, bar@GOT
16 cmpl $0, foo@GOT
17 movl $bar@GOT, %ecx
This page took 0.061465 seconds and 4 git commands to generate.