commit: 37ac685731b82d4163f22fd47152c2668f6d9e62
parent 660cf1c7fc4c206e4dc012cd1cd3992761161589
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 21 Aug 2018 12:17:55 -0700
elfutils: Update to 0.173
Diffstat:
3 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/pkg/elfutils/config.h b/pkg/elfutils/config.h
@@ -4,8 +4,11 @@
#define HAVE_DECL_MEMRCHR 1
#define HAVE_DECL_POWEROF2 1
#define HAVE_DECL_RAWMEMCHR 0
+#define HAVE_FALLTHROUGH 1
+#define HAVE_GCC_STRUCT 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
+#define HAVE_PROCESS_VM_READV 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
@@ -14,15 +17,16 @@
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_USER_REGS 1
#define HAVE_UNISTD_H 1
+#define HAVE_VISIBILITY 1
#define LIBEBL_SUBDIR "elfutils"
-#define MODVERSION "Build for elfutils 170 x86_64-pc-linux-gnu"
+#define MODVERSION "Build for elfutils 173 x86_64-pc-linux-gnu"
#define PACKAGE "elfutils"
#define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla"
#define PACKAGE_NAME "elfutils"
-#define PACKAGE_STRING "elfutils 0.170"
+#define PACKAGE_STRING "elfutils 0.173"
#define PACKAGE_TARNAME "elfutils"
#define PACKAGE_URL "http://elfutils.org/"
-#define PACKAGE_VERSION "0.170"
+#define PACKAGE_VERSION "0.173"
#define SIZEOF_LONG 8
#define STDC_HEADERS 1
/* #undef USE_BZLIB */
@@ -30,7 +34,7 @@
/* #undef USE_LOCKS */
/* #undef USE_LZMA */
#define USE_ZLIB 1
-#define VERSION "0.170"
+#define VERSION "0.173"
/* #undef YYTEXT_POINTER */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
diff --git a/pkg/elfutils/patch/0001-Remove-sys-cdefs.h-include-and-usage.patch b/pkg/elfutils/patch/0001-Remove-sys-cdefs.h-include-and-usage.patch
@@ -1,4 +1,4 @@
-From c17c8259b1923f3158d37e39622a9e1d64d99023 Mon Sep 17 00:00:00 2001
+From 380ddf6615e166c0d8b0ba3889783947c39d5bef Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Wed, 3 Jan 2018 19:22:18 -0800
Subject: [PATCH] Remove sys/cdefs.h include and usage
@@ -21,7 +21,7 @@ index dac2a5f5..43016fc3 100644
#include <system.h>
diff --git a/libelf/elf.h b/libelf/elf.h
-index fa35203d..42c664cb 100644
+index 75043bcb..23b9a789 100644
--- a/libelf/elf.h
+++ b/libelf/elf.h
@@ -21,8 +21,6 @@
@@ -33,13 +33,13 @@ index fa35203d..42c664cb 100644
/* Standard ELF types. */
#include <stdint.h>
-@@ -3683,6 +3681,4 @@ enum
- #define R_BPF_NONE 0 /* No reloc */
- #define R_BPF_MAP_FD 1 /* Map fd to pointer */
+@@ -3915,6 +3913,4 @@ enum
+ #define R_METAG_TLS_LE_HI16 60
+ #define R_METAG_TLS_LE_LO16 61
-__END_DECLS
-
#endif /* elf.h */
--
-2.15.1
+2.18.0
diff --git a/pkg/elfutils/rev b/pkg/elfutils/rev
@@ -1 +1 @@
-1
+2