diff --git a/asmdiff.sh b/asmdiff.sh index 2a7845e8bb..2d503abf46 100644 --- a/asmdiff.sh +++ b/asmdiff.sh @@ -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/.*://'"