summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-04-18 20:01:08 -0400
committerFelipe Sateler <fsateler@debian.org>2019-04-18 20:01:08 -0400
commit9563dc5dbb27f0d410d0cbb4ea0560046b0c5c7e (patch)
tree332d88fd7a499a4476372afdb807a134a74e7080
parentb7c549a86b03e7e65f0ad2205289ff3a9375f734 (diff)
Refresh patches
-rw-r--r--debian/patches/adjust_startPage_issue127_commit1cc234fea.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/patches/adjust_startPage_issue127_commit1cc234fea.patch b/debian/patches/adjust_startPage_issue127_commit1cc234fea.patch
index e7cb37d..815d343 100644
--- a/debian/patches/adjust_startPage_issue127_commit1cc234fea.patch
+++ b/debian/patches/adjust_startPage_issue127_commit1cc234fea.patch
@@ -1,4 +1,3 @@
-From 1cc234fea5600190d872329aca60e2365cefc39e Mon Sep 17 00:00:00 2001
From: Ed Bartosh <ed.bartosh@linux.intel.com>
Date: Fri, 21 Jul 2017 12:33:53 +0300
Subject: [PATCH] fix adjusting startPage
@@ -18,10 +17,10 @@ Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/patchelf.cc b/src/patchelf.cc
-index cbd36c0..e9d7ea5 100644
+index 0b4965a..12d6bf1 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
-@@ -720,10 +720,8 @@ void ElfFile<ElfFileParamNames>::rewriteSectionsLibrary()
+@@ -742,10 +742,8 @@ void ElfFile<ElfFileParamNames>::rewriteSectionsLibrary()
since DYN executables tend to start at virtual address 0, so
rewriteSectionsExecutable() won't work because it doesn't have
any virtual address space to grow downwards into. */