mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
11 lines
188 B
Makefile
11 lines
188 B
Makefile
#name: GOT page test 1
|
|
#source: got-page-1.s
|
|
#ld: -T got-page-1.ld -shared
|
|
#readelf: -d
|
|
#
|
|
# There should be 10 page entries and 2 reserved entries
|
|
#
|
|
#...
|
|
.* \(MIPS_LOCAL_GOTNO\) *12
|
|
#pass
|