diff options
Diffstat (limited to 'libunwind/include')
| -rw-r--r-- | libunwind/include/__libunwind_config.h | 2 | ||||
| -rw-r--r-- | libunwind/include/libunwind.h | 2 | ||||
| -rw-r--r-- | libunwind/include/mach-o/compact_unwind_encoding.h | 2 | ||||
| -rw-r--r-- | libunwind/include/unwind_itanium.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libunwind/include/__libunwind_config.h b/libunwind/include/__libunwind_config.h index 980d11e..a1179c7 100644 --- a/libunwind/include/__libunwind_config.h +++ b/libunwind/include/__libunwind_config.h @@ -9,7 +9,7 @@ #ifndef ____LIBUNWIND_CONFIG_H__ #define ____LIBUNWIND_CONFIG_H__ -#define _LIBUNWIND_VERSION 15000 +#define _LIBUNWIND_VERSION 230000 #if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && \ !defined(__ARM_DWARF_EH__) && !defined(__SEH__) diff --git a/libunwind/include/libunwind.h b/libunwind/include/libunwind.h index 56ca711..6c2dfe5 100644 --- a/libunwind/include/libunwind.h +++ b/libunwind/include/libunwind.h @@ -122,7 +122,7 @@ __unwind_ptrauth_restricted_intptr(ptrauth_key_function_pointer, 1, \ __ptrauth_unwind_cie_info_personality_disc) - // ptrauth_string_discriminator("personality") == 0x7EAD) + // ptrauth_string_discriminator("personality") == 0x7EAD #define __ptrauth_unwind_pauthtest_personality_disc 0x7EAD #else diff --git a/libunwind/include/mach-o/compact_unwind_encoding.h b/libunwind/include/mach-o/compact_unwind_encoding.h index 4c48e33..c495b83 100644 --- a/libunwind/include/mach-o/compact_unwind_encoding.h +++ b/libunwind/include/mach-o/compact_unwind_encoding.h @@ -443,7 +443,7 @@ struct unwind_info_section_header_lsda_index_entry struct unwind_info_regular_second_level_entry { - uint32_t functionOffset; + uint32_t functionOffset; compact_unwind_encoding_t encoding; }; diff --git a/libunwind/include/unwind_itanium.h b/libunwind/include/unwind_itanium.h index d94a618..860ad36 100644 --- a/libunwind/include/unwind_itanium.h +++ b/libunwind/include/unwind_itanium.h @@ -32,7 +32,7 @@ struct _Unwind_Exception { // The implementation of _Unwind_Exception uses an attribute mode on the // above fields which has the side effect of causing this whole struct to // round up to 32 bytes in size (48 with SEH). To be more explicit, we add - // pad fields added for binary compatibility. + // pad fields for binary compatibility. uint32_t reserved[3]; #endif // The Itanium ABI requires that _Unwind_Exception objects are "double-word |
