From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18090 invoked by alias); 10 Jun 2005 03:46: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 18080 invoked by uid 22791); 10 Jun 2005 03:46:54 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 10 Jun 2005 03:46:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DgaTt-0006Dx-0W; Thu, 09 Jun 2005 23:46:53 -0400 Date: Fri, 10 Jun 2005 03:46:00 -0000 From: Daniel Jacobowitz To: jjohnstn Cc: gdb-patches@sources.redhat.com Subject: Re: [COMMIT]: Follow-up ia64 patch for --without-libunwind Message-ID: <20050610034652.GA23889@nevyn.them.org> Mail-Followup-To: jjohnstn , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00088.txt.bz2 On Thu, Jun 09, 2005 at 09:15:31PM -0400, jjohnstn wrote: > The following patch fixes the problem with building the latest > ia64-tdep.c with --without-libunwind configured. It also removes > warnings about gdb_byte vs void *. > > 2005-06-09 Jeff Johnston > > * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and > protect libunwind references with HAVE_LIBUNWIND_IA64_H flag. > * (ia64_pseudo_register_write): Use gdb_byte to remove warning. > * (ia64_register_to_value, ia64_value_to_register): Ditto. > * (ia64_frame_prev_register): Ditto. > * (ia64_libunwind_frame_prev_register): Ditto. > * (ia64_sigtramp_frame_prev_register): Ditto. > * (ia64_libunwind_sigtramp_frame_prev_register): Ditto. > * (ia64_store_return_value): Ditto. Please fix the formatting - all but the first leading "*" are unnecessary. -- Daniel Jacobowitz CodeSourcery, LLC