aboutsummaryrefslogtreecommitdiff
path: root/sparc-dis.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-26 19:10:38 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-26 19:10:38 +0000
commitd4abd56763763ad22cb006b352f724d8472371d6 (patch)
treeb4db567e3bfa029715bc86e389df6009ccb41aeb /sparc-dis.c
parent968467e304499c4bfb932051dd359fce2752b4b8 (diff)
Document the binutils source files used in constructing sparc-dis.c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5542 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'sparc-dis.c')
-rw-r--r--sparc-dis.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sparc-dis.c b/sparc-dis.c
index 7e304602b8..c660247877 100644
--- a/sparc-dis.c
+++ b/sparc-dis.c
@@ -1,3 +1,10 @@
+/*
+ * These files from binutils are concatenated:
+ * include/opcode/sparc.h, opcodes/sparc-opc.c, opcodes/sparc-dis.c
+ */
+
+/* include/opcode/sparc.h */
+
/* Print SPARC instructions.
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2002 Free Software Foundation, Inc.
@@ -221,6 +228,8 @@ static const char *sparc_decode_membar PARAMS ((int));
static const char *sparc_decode_prefetch PARAMS ((int));
static const char *sparc_decode_sparclet_cpreg PARAMS ((int));
+/* opcodes/sparc-opc.c */
+
/* Some defines to make life easy. */
#define MASK_V6 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V6)
#define MASK_V7 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V7)
@@ -2235,6 +2244,8 @@ sparc_decode_sparclet_cpreg (value)
#undef MASK_V9
+/* opcodes/sparc-dis.c */
+
/* Bitmask of v9 architectures. */
#define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \
| (1 << SPARC_OPCODE_ARCH_V9A) \