* arc-opc.c: Include bfd.h.
[deliverable/binutils-gdb.git] / opcodes / w65-dis.c
index 8f08d6310cb21bf13af7dd6a5f0d43df7f2a4ffe..8e9c724b1fe2638f6f159d08b804018f8307b73a 100644 (file)
@@ -1,5 +1,5 @@
 /* Disassemble WDC 65816 instructions.
-   Copyright 1995, 1998, 2000 Free Software Foundation, Inc.
+   Copyright 1995, 1998, 2000, 2001 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -26,6 +26,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 static fprintf_ftype fpr;
 static void *stream;
 static struct disassemble_info *local_info;
+
+static void print_operand PARAMS ((int, char *, unsigned int *));
+
 #if 0
 static char *lname[] = { "r0","r1","r2","r3","r4","r5","r6","r7","s0" };
 
This page took 0.022478 seconds and 4 git commands to generate.