[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH] libunwind-arm: fix build failure due to as
From: |
Dave Watson |
Subject: |
Re: [Libunwind-devel] [PATCH] libunwind-arm: fix build failure due to asm() |
Date: |
Wed, 5 Jul 2017 10:15:30 -0700 |
User-agent: |
Mutt/1.6.0 (2016-04-01) |
On 07/03/17 03:31 PM, Romain Naour wrote:
> mesa3d on ARM build with libunwind support enabled fail to build due to asm()
> function used when building with -std=c99.
> The gcc documentation [1] suggest to use __asm__ instead of asm.
>
> Fixes:
> https://urldefense.proofpoint.com/v2/url?u=http-3A__autobuild.buildroot.net_results_3ef_3efe156b6494e4392b6c31de447ee2c72acc1a53&d=DwICAg&c=5VD0RTtNlTh3ycd41b3MUw&r=vou6lT5jmE_fWQWZZgNrsMWu4RT87QAB9V07tPHlP5U&m=BlAszRQ0vewy5vW7raCh9FmNOACKez_juz55zoiNfUs&s=4sXL6_rFriQz7qi5ygKXBIVHMc7YSdCBnkkHoi347CU&e=
>
>
> [1]
> https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords
>
> Signed-off-by: Romain Naour <address@hidden>
> Cc: Bernd Kuhls <address@hidden>
Merged, thanks.