mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
19 lines
534 B
Makefile
19 lines
534 B
Makefile
#name: MIPS multi-got-no-shared
|
|
#as: -EB -32 -KPIC -mno-shared
|
|
#source: multi-got-no-shared-1.s
|
|
#source: multi-got-no-shared-2.s
|
|
#ld: -melf32btsmip --entry func1
|
|
#objdump: -D -j .text --prefix-addresses --show-raw-insn
|
|
|
|
.*: +file format.*
|
|
|
|
Disassembly of section \.text:
|
|
004000b0 <[^>]*> 3c1c0043 lui gp,0x43
|
|
004000b4 <[^>]*> 279c9a00 addiu gp,gp,-26112
|
|
004000b8 <[^>]*> afbc0008 sw gp,8\(sp\)
|
|
#...
|
|
00408d60 <[^>]*> 3c1c0044 lui gp,0x44
|
|
00408d64 <[^>]*> 279cb348 addiu gp,gp,-19640
|
|
00408d68 <[^>]*> afbc0008 sw gp,8\(sp\)
|
|
#pass
|