source:
binutils/vendor/current/ld/testsuite/ld-i386/jmp2.s@
1968
Last change on this file since 1968 was 1968, checked in by , 8 years ago | |
---|---|
File size: 101 bytes |
Line | |
---|---|
1 | .text |
2 | .type foo, @function |
3 | foo: |
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.