From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 794 invoked by alias); 22 Nov 2013 04:33:01 -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 749 invoked by uid 89); 22 Nov 2013 04:33:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f171.google.com Received: from Unknown (HELO mail-pd0-f171.google.com) (209.85.192.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 22 Nov 2013 04:32:59 +0000 Received: by mail-pd0-f171.google.com with SMTP id z10so726078pdj.30 for ; Thu, 21 Nov 2013 20:32:53 -0800 (PST) X-Received: by 10.66.251.1 with SMTP id zg1mr9964196pac.160.1385094773751; Thu, 21 Nov 2013 20:32:53 -0800 (PST) Received: from sspiff.sspiff.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id p1sm49912036pbo.12.2013.11.21.20.32.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2013 20:32:52 -0800 (PST) From: Doug Evans To: gdb-patches@sourceware.org Subject: Re: [PATCH] Move "types deeply equal" code from py-type.c to gdbtypes.c References: <527AB482.80600@earthlink.net> <87ppqd1a0t.fsf@fleche.redhat.com> <87r4asz3be.fsf@fleche.redhat.com> Date: Fri, 22 Nov 2013 07:40:00 -0000 In-Reply-To: (Doug Evans's message of "Sun, 17 Nov 2013 09:58:55 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00671.txt.bz2 Doug Evans writes: > On Thu, Nov 14, 2013 at 9:24 AM, Doug Evans wrote: >> On Sat, Nov 9, 2013 at 11:54 AM, Doug Evans wrote: >>> Ok, no more attachment. >>> >>> 2013-11-09 Doug Evans >>> >>> * gdbtypes.c: #include bcache.h, dwarf2loc.h. >>> (type_equality_entry): Move here from python/py-type.c. >>> (type_equality_entry_d): Ditto. >>> (compare_maybe_null_strings, check_types_equal): Ditto. >>> (check_types_worklist, types_deeply_equal): Ditto. >>> * gdbtypes.h (types_deeply_equal): Declare. >>> * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h. >>> (typy_richcompare): Update. >> >> Ping. > > Since this is just a simple cleanup, there's no real need to put > someone to the trouble of doing a code review so I think I'm just > going to check this in. > > Guess I should have just submitted it that way in the first place. > Good thing to know for next time. Committed.