mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 21:01:18 +01:00
385576a748
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
16 lines
294 B
Makefile
16 lines
294 B
Makefile
#name: PCREL16 overflow
|
|
#as: --32
|
|
#ld: -melf_i386 -Ttext 0x0
|
|
#objdump: -drj.text -m i8086
|
|
|
|
.*: +file format elf32-i386
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+ <_start>:
|
|
...
|
|
420: cd 42[ ]+int \$0x42
|
|
422: ca 02 00[ ]+lret \$0x2
|
|
...
|
|
f065: e9 b8 13[ ]+jmp 420 <_start\+0x420>
|