i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / pr19498.s
1 .text
2 .globl callmefirst
3 callmefirst:
4 nop
5 .globl callmesecond
6 callmesecond:
7 jmp callmealias.lto_priv.0
8 .weakref callmealias.lto_priv.0,callmefirst
This page took 0.029455 seconds and 4 git commands to generate.