mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
b0360d8cfa
2005-08-03 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_howto_table): Undo the overflow change for R_386_PC16 made on 2005-07-18. * elf64-x86-64.c (x86_64_elf_howto_table): Undo the overflow change for R_X86_64_PC16 made on 2005-07-18. ld/testsuite/ 2005-08-03 H.J. Lu <hongjiu.lu@intel.com> * ld-i386/pcrel16.d: Updated. * ld-i386/pcrel16.s: Likewise. * ld-x86-64/pcrel16.d: Likewise.
10 lines
110 B
ArmAsm
10 lines
110 B
ArmAsm
.code16
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
.org 0x420
|
|
int $0x42
|
|
lret $2
|
|
.org 0xf065
|
|
jmp _start+((0x42) << 4)
|