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