elfutils: drop aarch64 conflicting patches

This commit is contained in:
Alessio Sergi 2017-04-10 11:37:31 +02:00
parent 65e305bb04
commit 63549df2e0
2 changed files with 0 additions and 19 deletions

View File

@ -1,10 +0,0 @@
--- backends/aarch64_initreg.c 2017-03-08 17:45:48.694607265 +0100
+++ backends/aarch64_initreg.c 2017-03-08 17:49:45.939959063 +0100
@@ -31,6 +31,7 @@
#endif
#include "system.h"
+#include <sys/uio.h>
#include <assert.h>
#ifdef __aarch64__
# include <sys/user.h>

View File

@ -3,15 +3,6 @@ Casting to Dwarf_Word instead of & 0xFFFFFFF should do.
--- backends/aarch64_initreg.c 2015-11-27 14:36:29.000000000 +0100
+++ backends/aarch64_initreg.c 2016-08-09 03:47:25.428560159 +0200
@@ -33,7 +33,7 @@
#include "system.h"
#include <assert.h>
#ifdef __aarch64__
-# include <linux/uio.h>
+# include <sys/uio.h>
# include <sys/user.h>
# include <sys/ptrace.h>
/* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */
@@ -82,7 +83,7 @@
Dwarf_Word dwarf_fregs[32];