source: binutils/trunk/ld/testsuite/ld-x86-64/call1.s@ 1973

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

binutils: update trunk to version 2.27

File size: 127 bytes
Line 
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 ret
6 .globl _start
7 .type _start, @function
8_start:
9 call *foo@GOTPCREL(%rip)
Note: See TracBrowser for help on using the repository browser.