x86: Properly set IBT and SHSTK properties for -z ibt/shstk
[external/binutils.git] / ld / testsuite / ld-i386 / pr23194.s
1         .text
2         .symver foo,foo@FOO
3         .globl  foo
4         .type   foo, @function
5 foo:
6         movl foobar@GOT(%ebx), %eax
7         .size   foo, .-foo
8         .globl  bar
9         .type   bar, @function
10 bar:
11         jmp     *foo@GOT(%eax)
12         .size   bar, .-bar
13         .comm foobar,30,4