mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
15 lines
328 B
Makefile
15 lines
328 B
Makefile
#source: start.s
|
|
#as: -gstabs
|
|
#readelf: -S --wide
|
|
#ld:
|
|
#notarget: "ia64-*-*" "alpha*"
|
|
|
|
# Disabled on alpha because the entry point may be above 4GB but the stabs
|
|
# value only 32 bits.
|
|
|
|
#...
|
|
.* \.stab +PROGBITS +0+ [0-9a-f]+ [0-9a-f]+ [0-9a-f]+ +[1-9][0-9]* +0.*
|
|
#...
|
|
.* \.stabstr +STRTAB +0+ [0-9a-f]+ [0-9a-f]+ 00 +0 +0.*
|
|
#...
|