Don't disassemble zeros
authorAndrew Waterman <waterman@eecs.berkeley.edu>
Mon, 10 Jun 2013 07:55:35 +0000 (00:55 -0700)
committerAndrew Waterman <waterman@eecs.berkeley.edu>
Mon, 10 Jun 2013 07:55:35 +0000 (00:55 -0700)
It's gratuitous.

isa/Makefile

index 77a0407ad34a7b2e9e704f51dc1cc46e88c59fba..3abb3b171b63b1c27dfcfd017985de28681c55e4 100644 (file)
@@ -17,7 +17,7 @@ default: all
 
 RISCV_GCC = riscv-gcc
 RISCV_GCC_OPTS = -nostdlib -nostartfiles
-RISCV_OBJDUMP = riscv-objdump --disassemble-all --disassemble-zeroes --section=.text --section=.data --section=.bss
+RISCV_OBJDUMP = riscv-objdump --disassemble-all --section=.text --section=.data --section=.bss
 RISCV_SIM = spike
 
 #------------------------------------------------------------