From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29791 invoked by alias); 31 Oct 2002 23:15:09 -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 29742 invoked from network); 31 Oct 2002 23:15:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 31 Oct 2002 23:15:06 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9VMr0w29670 for ; Thu, 31 Oct 2002 17:53:00 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9VNF5f30369; Thu, 31 Oct 2002 18:15:05 -0500 Received: from localhost.localdomain (vpn50-9.rdu.redhat.com [172.16.50.9]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9VNF4R00557; Thu, 31 Oct 2002 18:15:04 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9VNEx019588; Thu, 31 Oct 2002 16:14:59 -0700 Date: Thu, 31 Oct 2002 15:15:00 -0000 From: Kevin Buettner Message-Id: <1021031231459.ZM19587@localhost.localdomain> To: Klee Dienes Subject: ChangeLog typo? Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00613.txt.bz2 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