1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 19:31:45 +02:00
libunwind-eh_elf/src/mi
Tommi Rantala e6edad069c Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGN
Use the __BIGGEST_ALIGNMENT__ macro provided by GCC for sos_alloc()
allocation alignment. The macro gives ``the largest alignment ever used
for any data type on the target machine you are compiling for.''

__BIGGEST_ALIGNMENT__ also has some other nice properties, e.g. it is
power-of-two on all architectures (note that on i386, sizeof(long
double) = 12), and on some architectures (e.g. SuperH) the alignment
requirement can be lower than sizeof(long double).
2012-09-28 13:52:21 +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 Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGN 2012-09-28 13:52:21 +03:00
strerror.c Fix missed "tdep.h" -> "libunwind_i.h" conversions. 2006-07-26 15:44:23 -06:00