mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
0cb01df558
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9 Reviewed-on: https://review.haiku-os.org/c/1536 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
18 lines
318 B
Makefile
18 lines
318 B
Makefile
#as: --32
|
|
#ld: -pie -melf_i386 -z relro -z noseparate-code
|
|
#objdump: -dw --sym
|
|
#notarget: i?86-*-nacl* x86_64-*-nacl*
|
|
|
|
.*: +file format .*
|
|
|
|
SYMBOL TABLE:
|
|
#...
|
|
0+2000 l O .got.plt 0+ _GLOBAL_OFFSET_TABLE_
|
|
#...
|
|
|
|
Disassembly of section .text:
|
|
|
|
.* <_start>:
|
|
.*: 8d 80 00 e0 ff ff lea -0x2000\(%eax\),%eax
|
|
#pass
|