mirror of https://github.com/zeldaret/mm.git
Compare .data section in asmdiff
This commit is contained in:
parent
ec97f0156e
commit
6e19e97a8a
|
@ -2,7 +2,7 @@
|
|||
|
||||
MIPS_BINUTILS="mips-linux-gnu-"
|
||||
|
||||
OBJDUMP="${MIPS_BINUTILS}objdump -D -z -mmips -EB -j .text"
|
||||
OBJDUMP="${MIPS_BINUTILS}objdump -D -z -mmips -EB -j .text -j .data"
|
||||
|
||||
FORMATTER="sed '/^0/!s/.*://'"
|
||||
|
||||
|
|
Loading…
Reference in New Issue