Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Feb 2013 14:51:20 -0800
From:      Sean Bruno <seanwbruno@gmail.com>
To:        "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>
Subject:   Re: clang/llvm failure on a project branch [fixed]
Message-ID:  <1360363880.4618.4.camel@powernoodle>
In-Reply-To: <1360362764.4618.3.camel@powernoodle>
References:  <1360362764.4618.3.camel@powernoodle>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2013-02-08 at 14:32 -0800, Sean Bruno wrote:
> Not sure if I really need to have this code yet, but I found a bit of
> code that works under gcc but fails under clang/llvm on my project
> branch of pxe_http:
> 
> http://svnweb.freebsd.org/base/user/sbruno/pxe_http_head/sys/boot/i386/pxe_http/
> 
> ===> i386/pxe_http (all)
> pxe_isr.S:45:3: error: unexpected directive .code16
>   .code16
>   ^
> pxe_isr.S:45:10: error: .code16 not supported yet
>   .code16
>          ^
> *** [pxe_isr.o] Error code 1
> 


Thanks to Hiren for the suggestion.  Thanks to dim for the code.  :-)


http://svnweb.freebsd.org/base?view=revision&revision=246569

Sean




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1360363880.4618.4.camel>