source: binutils/vendor/current/ld/testsuite/ld-x86-64/pr19807-2.s@ 1968

Last change on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago

binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm

File size: 111 bytes
Line 
1 .globl _start
2 .type _start, @function
3_start:
4 movl $foo, %eax
5 .size _start, .-_start
6 .data
7foo:
8 .quad 0
Note: See TracBrowser for help on using the repository browser.