1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00
libunwind-eh_elf/include
Romain Naour ca6b6f3ad9 libunwind-arm: fix build failure due to asm()
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 <romain.naour@smile.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
2017-07-05 10:07:28 -07:00
..
tdep Add TileGx platform support to libunwind. 2014-09-08 16:21:53 -04:00
tdep-aarch64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-arm Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-hppa Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-ia64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-mips Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-ppc32 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-ppc64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-sh Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-tilegx Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-x86 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-x86_64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
x86 One time whitespace fixup. 2014-09-27 09:47:23 -07:00
compiler.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
dwarf-eh.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
dwarf.h arm: Use dwarf_find_proc_info for arm dwarf processing 2017-06-20 09:47:54 -07:00
dwarf_i.h mips: fix compiler warnings 2017-02-14 08:18:49 -08:00
libunwind-aarch64.h aarch64: reduce UNW_TDEP_CURSOR_LEN to 512 on aarch64. 2017-06-20 09:49:16 -07:00
libunwind-arm.h libunwind-arm: fix build failure due to asm() 2017-07-05 10:07:28 -07:00
libunwind-common.h.in Bury the last_ip field until it can reappear in version 2.0. 2017-05-12 23:45:56 -05:00
libunwind-coredump.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-dynamic.h Add an option to have start_ip_offset be relative to start_ip 2015-09-15 12:18:30 -07:00
libunwind-hppa.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-ia64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-mips.h mips: support MIPS64 n32 mode 2017-03-02 08:02:50 -08:00
libunwind-ppc32.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-ppc64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-ptrace.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-sh.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-tilegx.h Add TileGx platform support to libunwind. 2014-09-08 16:21:53 -04:00
libunwind-x86.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-x86_64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind.h.in Add TileGx platform support to libunwind. 2014-09-08 16:21:53 -04:00
libunwind_i.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
mempool.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
remote.h ppc: fix inverted check 2017-04-05 12:00:21 -07:00
unwind.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00