source: binutils/vendor/current/ld/testsuite/ld-i386/jmp2.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: 101 bytes
Line 
1 .text
2 .type foo, @function
3foo:
4 ret
5 .globl _start
6 .type _start, @function
7_start:
8 jmp *foo@GOT
Note: See TracBrowser for help on using the repository browser.