From owner-freebsd-arch@FreeBSD.ORG Sun Jun 17 16:43:06 2012 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDAC61065672 for ; Sun, 17 Jun 2012 16:43:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 995938FC0C for ; Sun, 17 Jun 2012 16:43:06 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id q5HGgMSA014570 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sun, 17 Jun 2012 10:42:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20120617171125.18836c93@fubar.geek.nz> Date: Sun, 17 Jun 2012 10:42:22 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <20120617171125.18836c93@fubar.geek.nz> To: Andrew Turner X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sun, 17 Jun 2012 10:42:23 -0600 (MDT) Cc: arch@FreeBSD.org Subject: Re: wchar_t change for ARM EABI X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 16:43:07 -0000 These changes look good. Warner On Jun 16, 2012, at 11:11 PM, Andrew Turner wrote: > I have a patch at [1] to move the wchar_t type definition from > to I would like feedback on. The need > for this change is the ARM EABI requires wchar_t to be either an > unsigned int or an unsigned short, with the former preferred. > > I have only made the change for ARM in the patch but if it looks > correct I will update all arch's. > > Andrew > > [1] http://people.freebsd.org/~andrew/wchar_unsigned.diff > _______________________________________________ > freebsd-arch@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" > >