From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13852 invoked by alias); 2 Mar 2011 22:34:32 -0000 Received: (qmail 13807 invoked by uid 22791); 2 Mar 2011 22:34:31 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 22:34:25 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 4F5475B000; Wed, 2 Mar 2011 14:34:24 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 44542CD97D; Wed, 2 Mar 2011 14:34:24 -0800 (PST) Message-ID: <4D6EC5ED.3070307@vmware.com> Date: Wed, 02 Mar 2011 22:34:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" , Hui Zhu Subject: [RFA] i386-tdep.c, i386_process_record, document fall-through case. Content-Type: multipart/mixed; boundary="------------040400010108040302090109" X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00135.txt.bz2 This is a multi-part message in MIME format. --------------040400010108040302090109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 38 Hui, is this right? Thanks, Michael --------------040400010108040302090109 Content-Type: text/plain; name="fallthru7.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fallthru7.txt" Content-length: 627 2011-03-02 Michael Snyder * i386-tdep.c (i386_process_record): Document fall through. Index: i386-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/i386-tdep.c,v retrieving revision 1.324 diff -u -p -u -p -r1.324 i386-tdep.c --- i386-tdep.c 8 Feb 2011 14:01:47 -0000 1.324 +++ i386-tdep.c 2 Mar 2011 22:31:15 -0000 @@ -4543,6 +4543,7 @@ Do you want to stop the program?"), ir.addr -= 1; goto no_support; } + /* ELSE FALL THROUGH */ case 0x0fb2: /* lss Gv */ case 0x0fb4: /* lfs Gv */ case 0x0fb5: /* lgs Gv */ --------------040400010108040302090109--