gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / discarded1.s
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 divl x@GOT(%ecx), %eax
6 .size _start, .-_start
7 .globl x
8 .data
9 .align 4
10 .type x, @object
11 .size x, 4
12 x:
13 .long 2
This page took 0.029016 seconds and 4 git commands to generate.