Revert "Fix AArch64 build with glibc 2.26"

This reverts commit 6901b58773.
This commit is contained in:
Tom Stellard 2017-12-11 22:11:17 +00:00
parent 095c9ea8ea
commit 203b17fa6a
2 changed files with 0 additions and 29 deletions

View File

@ -1,25 +0,0 @@
From 7749e236bbeb46bd24da30023c51dd4733a85c64 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar@redhat.com>
Date: Mon, 25 Sep 2017 13:54:59 -0700
Subject: [PATCH] Fix AArch64 build with glibc 2.26
---
lib/sanitizer_common/sanitizer_linux.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sanitizer_common/sanitizer_linux.cc b/lib/sanitizer_common/sanitizer_linux.cc
index 7328a5c..83b2f7e 100644
--- a/lib/sanitizer_common/sanitizer_linux.cc
+++ b/lib/sanitizer_common/sanitizer_linux.cc
@@ -1265,7 +1265,7 @@ struct __sanitizer_esr_context {
static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) {
static const u32 kEsrMagic = 0x45535201;
- u8 *aux = ucontext->uc_mcontext.__reserved;
+ u8 *aux = ucontext->uc_mcontext.__glibc_reserved1;
while (true) {
_aarch64_ctx *ctx = (_aarch64_ctx *)aux;
if (ctx->size == 0) break;
--
1.8.3.1

View File

@ -20,7 +20,6 @@ Source0: http://llvm.org/releases/%{version}/%{name}-%{version}.src.tar.xz
# cd llvm-5.0.0.src/lib/
# tar -cJf Fuzzer-5.0.0.tar.xz Fuzzer/
Source1: Fuzzer-5.0.0.tar.xz
Patch1: 0001-Fix-AArch64-build-with-glibc-2.26.patch
BuildRequires: cmake
BuildRequires: python
@ -96,9 +95,6 @@ cd _build
* Fri Oct 13 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-1
- 5.0.0 Release
* Mon Sep 25 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-6
- Fix AArch64 build with glibc 2.26
* Tue Sep 12 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-5
- Package libFuzzer