mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
16 lines
516 B
Makefile
16 lines
516 B
Makefile
#name: MIPS rel32 n32
|
|
#source: rel32.s
|
|
#as: -KPIC -EB -n32
|
|
#readelf: -x .text -r
|
|
#ld: -shared -melf32btsmipn32
|
|
|
|
Relocation section '.rel.dyn' at offset .* contains 2 entries:
|
|
Offset Info Type Sym.Value Sym. Name
|
|
[0-9a-f ]+R_MIPS_NONE
|
|
[0-9a-f ]+R_MIPS_REL32
|
|
|
|
Hex dump of section '.text':
|
|
0x000002e0 00000000 00000000 00000000 00000000 ................
|
|
0x000002f0 000002f0 00000000 00000000 00000000 ................
|
|
0x00000300 00000000 00000000 00000000 00000000 ................
|