gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19645.s
1 .text
2 .global bar
3 .type bar,"function"
4 bar:
5 movl foobar@GOT(%ebx), %eax
6 .comm foobar,30,4
This page took 0.029072 seconds and 4 git commands to generate.