From a79d0193ecec8fb0032d2511233cd04ee805b326 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 29 Dec 1996 18:01:29 +0000 Subject: * Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o. * disassemble.c (ARCH_tic80): Define if ARCH_all is defined. (disassembler): Add bfd_arch_tic80 support to set disassemble to print_insn_tic80. * tic80-dis.c (print_insn_tic80): Add stub. --- opcodes/tic80-dis.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'opcodes/tic80-dis.c') diff --git a/opcodes/tic80-dis.c b/opcodes/tic80-dis.c index 6aad5b7..d78d676 100644 --- a/opcodes/tic80-dis.c +++ b/opcodes/tic80-dis.c @@ -14,3 +14,17 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#include + +#include "ansidecl.h" +#include "opcode/tic80.h" +#include "dis-asm.h" + +int +print_insn_tic80 (memaddr, info) + bfd_vma memaddr; + struct disassemble_info *info; +{ + abort (); +} -- cgit v1.1