From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gdb0M-0003aQ-G1 for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:20:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gdb0I-0003Y3-Qt for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:20:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdb0I-0003Xm-JL for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:20:46 -0400 Received: from [193.7.176.60] (helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gdb0I-0001Qa-EX for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:20:46 -0400 Date: Sat, 28 Oct 2006 00:12:59 +0100 Subject: Re: [Qemu-devel] [PATCH] Fix char signedness Message-ID: <20061027231259.GA3992@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Johannes Schindelin Cc: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Fri, 27 Oct 2006, Andreas Schwab wrote: > > > Johannes Schindelin writes: > > > > > It has been a really long time I have been working on a broken system that > > > did not default to "signed". > > > > The only thing that is broken is your knowlege of C. > > Okay. > > And what system did you encounter this behaviour on? AFAIR powerpc and ARM are the usual suspects for unsigned chars. Thiemo