1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-14 14:21:44 +02:00
libunwind-eh_elf/src/mi
Tommi Rantala c2f7574187 Rename and share `ALIGN' macro from _UCD_internal.h
Rename the `ALIGN' macro to `UNW_ALIGN', and move it from
`_UCD_internal.h' to `libunwind_i.h' so that we can share it with the
mempool code. `ALIGN' was clashing with system headers on FreeBSD:

In file included from src/coredump/_UCD_access_reg_freebsd.c:26:
src/coredump/_UCD_internal.h:102:1: warning: "ALIGN" redefined
In file included from /usr/include/sys/param.h:115,
                 from src/coredump/_UCD_lib.h:52,
                 from src/coredump/_UCD_access_reg_freebsd.c:24:
/usr/include/machine/param.h:79:1: warning: this is the location of the previous definition
2012-09-05 14:02:36 +03:00
..
_ReadSLEB.c (_ReadSLEB): Fix typo: shift needs to be increment before checking 2005-02-19 06:15:20 +00:00
_ReadULEB.c (Logical change 1.205) 2004-04-20 16:53:44 +00:00
backtrace.c Performance optimisations for fast trace. 2011-04-17 20:34:38 -07:00
dyn-cancel.c Include "libunwind_i.h" instead of "internal.h". 2005-05-20 09:48:08 +00:00
dyn-info-list.c Add initial ARM and MIPS support. To support this, also enable the 2008-02-04 17:16:37 -07:00
dyn-register.c Include "libunwind_i.h" instead of "internal.h". 2005-05-20 09:48:08 +00:00
flush_cache.c Add initial ARM and MIPS support. To support this, also enable the 2008-02-04 17:16:37 -07:00
Gdestroy_addr_space.c Don't include <stdlib.h>. 2005-05-20 09:48:08 +00:00
Gdyn-extract.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
Gdyn-remote.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
Gfind_dynamic_proc_info.c Add initial ARM and MIPS support. To support this, also enable the 2008-02-04 17:16:37 -07:00
Gget_accessors.c Include "libunwind_i.h" instead of "tdep.h". 2005-05-20 09:48:08 +00:00
Gget_fpreg.c Fix forgotten copyright year update. 2006-07-26 15:48:48 -06:00
Gget_proc_info_by_ip.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
Gget_proc_name.c Include "libunwind_i.h" instead of "tdep.h". 2005-05-20 09:48:08 +00:00
Gget_reg.c 2007-12-14 Mark Wielaard <mwielaard@redhat.com> 2008-01-07 15:43:42 -07:00
Gput_dynamic_unwind_info.c Include "libunwind_i.h" instead of "internal.h". 2005-05-20 09:48:08 +00:00
Gset_caching_policy.c Include "libunwind_i.h" instead of "tdep.h". 2005-05-20 09:48:08 +00:00
Gset_fpreg.c Fix forgotten copyright year update. 2006-07-26 15:48:48 -06:00
Gset_reg.c Include "libunwind_i.h" instead of "tdep.h". 2005-05-20 09:48:08 +00:00
init.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
Ldestroy_addr_space.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Ldyn-extract.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Ldyn-remote.c Restore mi/Ldyn-remote.c. 2006-07-26 15:10:48 -06:00
Lfind_dynamic_proc_info.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lget_accessors.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lget_fpreg.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lget_proc_info_by_ip.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lget_proc_name.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lget_reg.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lput_dynamic_unwind_info.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lset_caching_policy.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lset_fpreg.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
Lset_reg.c Remove unneeded includes of sys/types.h 2010-03-08 00:25:22 +02:00
mempool.c Rename and share `ALIGN' macro from _UCD_internal.h 2012-09-05 14:02:36 +03:00
strerror.c Fix missed "tdep.h" -> "libunwind_i.h" conversions. 2006-07-26 15:44:23 -06:00