diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 19:00:09 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | 4813c7fd61f9ee18880a6147f19d5644a41365e0 (patch) | |
| tree | 0d3a4ab3b311039ad04fd347911c22a07d66dcd7 /pkg | |
| parent | 974aab1b7a34ce57de48b244e5d9e36dfcd5e4ca (diff) | |
elfutils: Update to 0.176
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/elfutils/config.h | 12 | ||||
| m--------- | pkg/elfutils/src | 0 | ||||
| -rw-r--r-- | pkg/elfutils/ver | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/pkg/elfutils/config.h b/pkg/elfutils/config.h index 7f53c8a0..3f4d577f 100644 --- a/pkg/elfutils/config.h +++ b/pkg/elfutils/config.h @@ -19,14 +19,14 @@ #define HAVE_UNISTD_H 1 #define HAVE_VISIBILITY 1 #define LIBEBL_SUBDIR "elfutils" -#define MODVERSION "Build for elfutils 174 x86_64-unknown-linux-gnu" +#define MODVERSION "Build for elfutils 176 x86_64-pc-linux-gnu" #define PACKAGE "elfutils" #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla" #define PACKAGE_NAME "elfutils" -#define PACKAGE_STRING "elfutils 0.174" +#define PACKAGE_STRING "elfutils 0.176" #define PACKAGE_TARNAME "elfutils" #define PACKAGE_URL "http://elfutils.org/" -#define PACKAGE_VERSION "0.174" +#define PACKAGE_VERSION "0.176" #define SIZEOF_LONG 8 #define STDC_HEADERS 1 /* #undef USE_BZLIB */ @@ -34,9 +34,11 @@ /* #undef USE_LOCKS */ /* #undef USE_LZMA */ #define USE_ZLIB 1 -#define VERSION "0.174" +#define VERSION "0.176" /* #undef YYTEXT_POINTER */ -#define _DARWIN_USE_64_BIT_INODE 1 +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif /* #undef _FILE_OFFSET_BITS */ /* #undef _LARGE_FILES */ #include <eu-config.h> diff --git a/pkg/elfutils/src b/pkg/elfutils/src -Subproject 52b6b2f1f49e7385527e9f311f248092be0c0b6 +Subproject 1e52d4ce3aa2093d12901d32fe07aae70211fe2 diff --git a/pkg/elfutils/ver b/pkg/elfutils/ver index 08a745cb..72767871 100644 --- a/pkg/elfutils/ver +++ b/pkg/elfutils/ver @@ -1 +1 @@ -0.174 r0 +0.176 r0 |
