x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pcrel16.s
1 .code16
2 .text
3 .globl _start
4 _start:
5 .org 0x420
6 int $0x42
7 lret $2
8 .org 0xf065
9 jmp _start+((0x42) << 4)
This page took 0.029518 seconds and 4 git commands to generate.