source: binutils/vendor/current/ld/testsuite/ld-i386/pr18801.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: 234 bytes
Line 
1 .text
2 .type selector, %function
3foo:
4 movl $0, %eax
5 ret
6selector:
7 mov $foo, %eax
8 ret
9 .type selector, %gnu_indirect_function
10 .globl _start
11_start:
12 mov $selector, %eax
13 call *%eax
14 ret
15 .section .note.GNU-stack,"",@progbits
Note: See TracBrowser for help on using the repository browser.