98395eafc9
* gdb.disasm/sh3.exp: Run the sh3 disassembler tests. * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. sh3e disassembler tests. Sanitized out for now.
5 lines
76 B
Mathematica
5 lines
76 B
Mathematica
EXECUTABLES = sh3
|
|
sh3: sh3.s
|
|
$(CC) -c $(srcdir)/sh3.s
|
|
$(CC) -o sh3 sh3.o
|
|
|