x86: Properly set IBT and SHSTK properties for -z ibt/shstk
[external/binutils.git] / ld / testsuite / ld-i386 / pr22135.s
1         .text
2         .globl  foo
3         .type   foo, @function
4 foo:
5         ret
6         .size   foo, .-foo
7         .globl  _start
8         .type   _start, @function
9 _start:
10         movl    foo@GOT(%ecx), %eax
11         .size   _start, .-_start