From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30152 invoked by alias); 16 May 2005 11:21:58 -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 29330 invoked from network); 16 May 2005 11:20:41 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 16 May 2005 11:20:41 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j4GBKdBH015508; Mon, 16 May 2005 13:20:39 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j4GBKc4M030794; Mon, 16 May 2005 13:20:38 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j4GBKY5J032444; Mon, 16 May 2005 13:20:34 +0200 (CEST) Date: Mon, 16 May 2005 13:40:00 -0000 Message-Id: <200505161120.j4GBKY5J032444@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: gdb-patches@sources.redhat.com In-reply-to: <200505161056.j4GAu6YY014225@53v30g15.boeblingen.de.ibm.com> (message from Ulrich Weigand on Mon, 16 May 2005 12:56:06 +0200 (CEST)) Subject: Re: [COMMIT] Update s390-tdep.c to gdb_byte changes References: <200505161056.j4GAu6YY014225@53v30g15.boeblingen.de.ibm.com> X-SW-Source: 2005-05/txt/msg00401.txt.bz2 From: Ulrich Weigand Date: Mon, 16 May 2005 12:56:06 +0200 (CEST) Hello, this updates s390-tdep.c to remove the gdb_byte-related warnings. Tested on s390-ibm-linux and s390x-ibm-linux, applied to mainline. Great. There are some casts in s390_return_value() that can go now, and s390_breakpoint_from_pc() should also be converted to use gdb_byte instead of unsigned char. Would be great if you could do that too. Mark