From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53433 invoked by alias); 17 Oct 2017 12:43:19 -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 53423 invoked by uid 89); 17 Oct 2017 12:43:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:293 X-HELO: gproxy4-pub.mail.unifiedlayer.com Received: from gproxy4-pub.mail.unifiedlayer.com (HELO gproxy4-pub.mail.unifiedlayer.com) (69.89.23.142) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Oct 2017 12:43:17 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy4.mail.unifiedlayer.com (Postfix) with ESMTP id 792081765F1 for ; Tue, 17 Oct 2017 06:43:16 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id NcjD1w0012f2jeq01cjGNq; Tue, 17 Oct 2017 06:43:16 -0600 X-Authority-Analysis: v=2.2 cv=K4VSJ2eI c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=zstS-IiYAAAA:8 a=qXjc0vQnaxiebUn_ue8A:9 a=FeVyTpuETfYA:10 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from 184-96-33-178.hlrn.qwest.net ([184.96.33.178]:54620 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e4RDE-001fHU-R0; Tue, 17 Oct 2017 06:43:12 -0600 From: Tom Tromey To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [FYI] Remove obsolete assertion from regcache.c References: <20171017124149.19024-1-tom@tromey.com> Date: Tue, 17 Oct 2017 12:43:00 -0000 In-Reply-To: <20171017124149.19024-1-tom@tromey.com> (Tom Tromey's message of "Tue, 17 Oct 2017 06:41:49 -0600") Message-ID: <877evuosgx.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1e4RDE-001fHU-R0 X-Source-Sender: 184-96-33-178.hlrn.qwest.net (pokyo) [184.96.33.178]:54620 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00511.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> * regcache.c (enum register_status): Remove assertion. I fixed the incorrect function name in the ChangeLog first. Emacs seems to be guessing function names a bit worse lately. Tom