aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libunwind/include/unwind_arm_ehabi.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/libunwind/include/unwind_arm_ehabi.h
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libunwind/include/unwind_arm_ehabi.h')
-rw-r--r--contrib/libs/libunwind/include/unwind_arm_ehabi.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/libunwind/include/unwind_arm_ehabi.h b/contrib/libs/libunwind/include/unwind_arm_ehabi.h
index 2974dadfb9..6277a1457f 100644
--- a/contrib/libs/libunwind/include/unwind_arm_ehabi.h
+++ b/contrib/libs/libunwind/include/unwind_arm_ehabi.h
@@ -1,4 +1,4 @@
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -6,12 +6,12 @@
//
//
// C++ ABI Level 1 ABI documented at:
-// https://github.com/ARM-software/abi-aa/blob/main/ehabi32/ehabi32.rst
+// https://github.com/ARM-software/abi-aa/blob/main/ehabi32/ehabi32.rst
//
//===----------------------------------------------------------------------===//
-#ifndef __ARM_EHABI_UNWIND_H__
-#define __ARM_EHABI_UNWIND_H__
+#ifndef __ARM_EHABI_UNWIND_H__
+#define __ARM_EHABI_UNWIND_H__
typedef uint32_t _Unwind_State;
@@ -26,11 +26,11 @@ typedef uint32_t _Unwind_EHT_Header;
struct _Unwind_Control_Block;
typedef struct _Unwind_Control_Block _Unwind_Control_Block;
-#define _Unwind_Exception _Unwind_Control_Block /* Alias */
-typedef uint8_t _Unwind_Exception_Class[8];
+#define _Unwind_Exception _Unwind_Control_Block /* Alias */
+typedef uint8_t _Unwind_Exception_Class[8];
struct _Unwind_Control_Block {
- _Unwind_Exception_Class exception_class;
+ _Unwind_Exception_Class exception_class;
void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
/* Unwinder cache, private fields for the unwinder's use */
@@ -87,11 +87,11 @@ extern void _Unwind_Resume(_Unwind_Exception *exception_object);
extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
typedef enum {
- _UVRSC_CORE = 0, /* integer register */
- _UVRSC_VFP = 1, /* vfp */
+ _UVRSC_CORE = 0, /* integer register */
+ _UVRSC_VFP = 1, /* vfp */
_UVRSC_WMMXD = 3, /* Intel WMMX data register */
- _UVRSC_WMMXC = 4, /* Intel WMMX control register */
- _UVRSC_PSEUDO = 5 /* Special purpose pseudo register */
+ _UVRSC_WMMXC = 4, /* Intel WMMX control register */
+ _UVRSC_PSEUDO = 5 /* Special purpose pseudo register */
} _Unwind_VRS_RegClass;
typedef enum {
@@ -167,4 +167,4 @@ void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) {
}
#endif
-#endif // __ARM_EHABI_UNWIND_H__
+#endif // __ARM_EHABI_UNWIND_H__