projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e3da6
)
Don't disassemble zeros
author
Andrew Waterman
<waterman@eecs.berkeley.edu>
Mon, 10 Jun 2013 07:55:35 +0000
(
00:55
-0700)
committer
Andrew Waterman
<waterman@eecs.berkeley.edu>
Mon, 10 Jun 2013 07:55:35 +0000
(
00:55
-0700)
It's gratuitous.
isa/Makefile
patch
|
blob
|
history
diff --git
a/isa/Makefile
b/isa/Makefile
index 77a0407ad34a7b2e9e704f51dc1cc46e88c59fba..3abb3b171b63b1c27dfcfd017985de28681c55e4 100644
(file)
--- a/
isa/Makefile
+++ b/
isa/Makefile
@@
-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
#------------------------------------------------------------