mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 18:34:45 +00:00
14 lines
206 B
Makefile
14 lines
206 B
Makefile
#name: TLS with PIE
|
|
#as: --32
|
|
#ld: -melf_i386 -pie
|
|
#objdump: -dw
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <_start>:
|
|
[ ]*[a-f0-9]+: 8d 05 fc ff ff ff lea 0xfffffffc,%eax
|
|
#pass
|