mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
13 lines
295 B
Makefile
13 lines
295 B
Makefile
#source: maxpage1.s
|
|
#as: --32
|
|
#ld: -m elf_i386 -z max-page-size=0x10000000 -T maxpage3.t
|
|
#readelf: -lS --wide
|
|
#target: x86_64-*-linux* i?86-*-linux-gnu i?86-*-gnu*
|
|
|
|
#...
|
|
\[[ 0-9]+\] \.data[ \t]+PROGBITS[ \t]+0*10000000[ \t]+[ \t0-9a-f]+WA?.*
|
|
#...
|
|
LOAD+.*0x10000000
|
|
LOAD+.*0x10000000
|
|
#pass
|