gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / mov1.s
1 .text
2 .weak __start_my_section
3 .weak __stop_my_section
4 .globl _start
5 .type _start, @function
6 _start:
7 movl _DYNAMIC@GOT(%ecx), %eax
8 movl __start_my_section@GOT(%ecx), %eax
9 movl __stop_my_section@GOT(%ecx), %eax
10 .size _start, .-_start
This page took 0.029007 seconds and 4 git commands to generate.