source:
binutils/trunk/ld/testsuite/ld-x86-64/pr19969b.S@
1973
Last change on this file since 1973 was 1973, checked in by , 8 years ago | |
---|---|
File size: 195 bytes |
Line | |
---|---|
1 | .text |
2 | .globl _start |
3 | .type _start, @function |
4 | _start: |
5 | movl foo_p(%rip), %eax |
6 | ret |
7 | .size _start, .-_start |
8 | .globl foo_p |
9 | .data |
10 | .align 4 |
11 | .type foo_p, @object |
12 | .size foo_p, 4 |
13 | foo_p: |
14 | .long foo |
Note:
See TracBrowser
for help on using the repository browser.