svn commit: r301706 - head/sys/boot/efi

Andrew Turner andrew at fubar.geek.nz
Thu Jun 9 15:11:54 UTC 2016


On Wed, 8 Jun 2016 22:30:15 -0400
Warner Losh <wlosh at bsdimp.com> wrote:

> > On Jun 8, 2016, at 7:23 PM, Andrew Turner <andrew at FreeBSD.org>
> > wrote:
> > 
> > Author: andrew
> > Date: Wed Jun  8 23:23:16 2016
> > New Revision: 301706
> > URL: https://svnweb.freebsd.org/changeset/base/301706
> > 
> > Log:
> >  Also set -fshort-wchar on arm64, this fixes parsing strings from
> > UEFI, e.g. on the command line.  
> 
> Maybe this could be used to fix the %S issue instead of the kludge
> we’re now doing…

It may still be needed for arm. The linker checks the compatibility of
the attributes so we would need to set -fshort-wchar on all the loader
components meaning it would need to be set on all arm loader
implementations.

Andrew


More information about the svn-src-head mailing list