From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gdavq-00012W-Iv for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:16:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gdavp-00012K-Od for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:16:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdavp-00012H-LW for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:16:09 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gdavo-0000ws-D4 for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:16:09 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Fix char signedness Date: Sat, 28 Oct 2006 00:09:17 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610280009.17673.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andreas Schwab > > > 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? Common arm, ppc, s390 and mips systems all have default char as unsigned. As do a few other less common embedded systems. Paul