mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
12 lines
235 B
Makefile
12 lines
235 B
Makefile
#name: GOT page test 2
|
|
#source: got-page-2.s
|
|
#as: -march=from-abi -EB -n32
|
|
#ld: -T got-page-1.ld -shared -melf32btsmipn32
|
|
#readelf: -d
|
|
#
|
|
# There should be 10 page entries and 2 reserved entries
|
|
#
|
|
#...
|
|
.* \(MIPS_LOCAL_GOTNO\) *12
|
|
#pass
|