Automated objdumping of test programs
This commit is contained in:
@ -1,2 +1,4 @@
|
||||
TOPDIR = ../
|
||||
include $(TOPDIR)/Makefile.objdumps
|
||||
dumps:
|
||||
make dumps -C boolean_logic/
|
||||
make dumps -C jump_instructions/
|
||||
make dumps -C simple_arithmetics/
|
4
test_programs/riscv_instructions/boolean_logic/Makefile
Normal file
4
test_programs/riscv_instructions/boolean_logic/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.dumps
|
||||
|
||||
dumps: comparisons.dump if.dump switch.dump
|
@ -0,0 +1,4 @@
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.dumps
|
||||
|
||||
dumps: jump.dump ret.dump
|
@ -1,15 +0,0 @@
|
||||
fe010113
|
||||
00813c23
|
||||
02010413
|
||||
fe042623
|
||||
00100793
|
||||
fef42423
|
||||
fec42783
|
||||
00078713
|
||||
fe842783
|
||||
00f707bb
|
||||
fef42623
|
||||
00000013
|
||||
01813403
|
||||
02010113
|
||||
00008067
|
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.dumps
|
||||
|
||||
dumps: unsigned_addition.dump unsigned_division.dump unsigned_multiplication.dump unsigned_substraction.dump
|
Reference in New Issue
Block a user