Compare .data section in asmdiff

This commit is contained in:
rozlette 2018-11-13 22:11:38 -06:00
parent ec97f0156e
commit 6e19e97a8a
1 changed files with 1 additions and 1 deletions

View File

@ -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/.*://'"