diff options
| author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-24 16:36:33 +0000 |
|---|---|---|
| committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-24 16:36:33 +0000 |
| commit | 3bdf34f20e9afa3e0c389b3e8df1d30503e77fa7 (patch) | |
| tree | a96d10fd2c03bbe7551640a5ef6cf7186518b1fc /libunwind/include | |
| parent | 0600c365a8f38421155551419669d07c49ad994c (diff) | |
| download | bcm5719-llvm-3bdf34f20e9afa3e0c389b3e8df1d30503e77fa7.tar.gz bcm5719-llvm-3bdf34f20e9afa3e0c389b3e8df1d30503e77fa7.zip | |
Reverting r342895
- The used builtins do not compile for pre arm v8.3a targets with gcc
llvm-svn: 342901
Diffstat (limited to 'libunwind/include')
| -rw-r--r-- | libunwind/include/libunwind.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libunwind/include/libunwind.h b/libunwind/include/libunwind.h index d824c131835..97d2b82290c 100644 --- a/libunwind/include/libunwind.h +++ b/libunwind/include/libunwind.h @@ -57,9 +57,6 @@ enum { UNW_EINVAL = -6547, /* unsupported operation or bad value */ UNW_EBADVERSION = -6548, /* unwind info has unsupported version */ UNW_ENOINFO = -6549 /* no unwind info found */ -#if defined(_LIBUNWIND_TARGET_AARCH64) && !defined(_LIBUNWIND_IS_NATIVE_ONLY) - , UNW_ECROSSRASIGNING = -6550 /* cross unwind with return address signing */ -#endif }; struct unw_context_t { @@ -550,8 +547,6 @@ enum { UNW_ARM64_X31 = 31, UNW_ARM64_SP = 31, // reserved block - UNW_ARM64_RA_SIGN_STATE = 34, - // reserved block UNW_ARM64_D0 = 64, UNW_ARM64_D1 = 65, UNW_ARM64_D2 = 66, |

