From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25899 invoked by alias); 5 Nov 2002 09:09:57 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25892 invoked from network); 5 Nov 2002 09:09:56 -0000 Received: from unknown (HELO mx05.cluster1.charter.net) (209.225.8.15) by sources.redhat.com with SMTP; 5 Nov 2002 09:09:56 -0000 Received: from [66.189.46.2] (HELO platinum.local.) by mx05.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 21616634; Tue, 05 Nov 2002 04:09:55 -0500 Date: Tue, 05 Nov 2002 01:09:00 -0000 Subject: Re: ChangeLog typo? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: gdb-patches@sources.redhat.com To: Kevin Buettner From: Klee Dienes Content-Transfer-Encoding: 7bit Message-Id: <59FF17BA-F09E-11D6-9BFD-00039396EEB8@apple.com> X-SW-Source: 2002-11/txt/msg00049.txt.bz2 Fixed; thanks. > Klee, > > I think there's a minor mistake in the following ChangeLog entry: > > 2002-10-11 Klee Dienes > > * findvar.c (read_memory_typed_address): New function. > * gdbcore.h (read_memory_typed_address): Add prototype. > * blockframe.c (sigtramp_saved_pc): Use > read_memory_typed_address > to read a value destined for a CORE_ADDR, not read_memory_integer. > * f-valprint.c (f77_get_dynamic_upperbound): Ditto. > (f77_get_dynamic_lowerbound): Ditto. > > read_memory_typed_address() is actually in corefile.c, not findvar.c. > > Kevin