From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1114 invoked by alias); 9 Oct 2013 21:45:08 -0000 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 Received: (qmail 1100 invoked by uid 89); 9 Oct 2013 21:45:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: elasmtp-kukur.atl.sa.earthlink.net Received: from elasmtp-kukur.atl.sa.earthlink.net (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2013 21:45:07 +0000 Received: from [68.96.200.16] (helo=macbook2.local) by elasmtp-kukur.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1VU1Z3-0008D7-9Z for gdb-patches@sourceware.org; Wed, 09 Oct 2013 17:45:05 -0400 Message-ID: <5255CE5D.2040905@earthlink.net> Date: Wed, 09 Oct 2013 21:45:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH 01/18] poison "class" References: <1381339053-14519-1-git-send-email-ooprala@redhat.com> <1381339053-14519-2-git-send-email-ooprala@redhat.com> In-Reply-To: <1381339053-14519-2-git-send-email-ooprala@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940271fd8ea988020505acd1b731c942f0d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00319.txt.bz2 On 10/9/13 10:17 AM, Ondrej Oprala wrote: > From: Tom Tromey > > * amd64-tdep.c (klass) : Renamed from class. Can we do this by adding qualifying words (a la the "new" changes) please? This is mystifying at best, plus there is potential for confusion - it looks like it might be some sort of special GDB terminology, will send people hunting around the sources for an explanation. Stan stan@codesourcery.com