]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/blobdiff - opcodes/mbtumbl-dis.c
MBTumbl: Pseudoforked, removed unsupported instructions from opcodes
[fpga/lx-cpu1/binutils-tumbl.git] / opcodes / mbtumbl-dis.c
diff --git a/opcodes/mbtumbl-dis.c b/opcodes/mbtumbl-dis.c
new file mode 100644 (file)
index 0000000..e8e39c4
--- /dev/null
@@ -0,0 +1,24 @@
+/* Disassemble Xilinx microblaze instructions for tumbl.
+
+   Copyright 2009, 2012 Free Software Foundation, Inc.
+
+   This file is part of the GNU opcodes library.
+
+   This library is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3, or (at your option)
+   any later version.
+
+   It is distributed in the hope that it will be useful, but WITHOUT
+   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+   License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this file; see the file COPYING.  If not, write to the
+   Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */ 
+
+/* Just include microblaze with the proper ARCH define */
+#define ARCH_mbtumbl
+#include "microblaze-dis.c"