From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuB0d-0005ui-Iy for qemu-devel@nongnu.org; Sun, 26 Oct 2008 15:10:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuB0b-0005qz-0I for qemu-devel@nongnu.org; Sun, 26 Oct 2008 15:10:42 -0400 Received: from [199.232.76.173] (port=59022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuB0a-0005qw-P3 for qemu-devel@nongnu.org; Sun, 26 Oct 2008 15:10:40 -0400 Received: from savannah.gnu.org ([199.232.41.3]:60625 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KuB0a-0000dy-I7 for qemu-devel@nongnu.org; Sun, 26 Oct 2008 15:10:40 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KuB0a-0007Sw-1h for qemu-devel@nongnu.org; Sun, 26 Oct 2008 19:10:40 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KuB0Z-0007Sr-K5 for qemu-devel@nongnu.org; Sun, 26 Oct 2008 19:10:39 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sun, 26 Oct 2008 19:10:39 +0000 Subject: [Qemu-devel] [5542] Document the binutils source files used in constructing sparc-dis.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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) \