On Sun, Sep 18, 2016 at 12:04:48PM +0200, Mark Kettenis wrote:
> Somewhere down the line the ARM people made some subtle changes to
> their assembly syntax. The new syntax is called Unified Assembler
> Language (UAL), and tis is what clang supports. But gas defaults to
> the old pre-UAL dialect.
Somewhere down the line the ARM people made some subtle changes to
their assembly syntax. The new syntax is called Unified Assembler
Language (UAL), and tis is what clang supports. But gas defaults to
the old pre-UAL dialect. The easiest way to make code compile with
both clang and gcc is to tel