From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5542] Document the binutils source files used in constructing sparc-dis.c
Date: Sun, 26 Oct 2008 19:10:39 +0000 [thread overview]
Message-ID: <E1KuB0Z-0007Sr-K5@cvs.savannah.gnu.org> (raw)
Revision: 5542
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5542
Author: blueswir1
Date: 2008-10-26 19:10:38 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Document the binutils source files used in constructing sparc-dis.c
Modified Paths:
--------------
trunk/sparc-dis.c
Modified: trunk/sparc-dis.c
===================================================================
--- trunk/sparc-dis.c 2008-10-26 16:40:27 UTC (rev 5541)
+++ trunk/sparc-dis.c 2008-10-26 19:10:38 UTC (rev 5542)
@@ -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_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 @@
#undef MASK_V9
+/* opcodes/sparc-dis.c */
+
/* Bitmask of v9 architectures. */
#define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \
| (1 << SPARC_OPCODE_ARCH_V9A) \
reply other threads:[~2008-10-26 19:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KuB0Z-0007Sr-K5@cvs.savannah.gnu.org \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).