From 951755fcd54be357dded3a096fef7bb67d845042 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 2 Mar 2021 02:33:06 -0800 Subject: binutils: Update to 2.36.1 --- pkg/binutils/.gitignore | 2 +- pkg/binutils/bfd/config.h | 6 +++--- pkg/binutils/binutils/config.h | 6 +++--- pkg/binutils/gas/config.h | 6 +++--- pkg/binutils/gen.lua | 2 +- pkg/binutils/ld/config.h | 6 +++--- pkg/binutils/libiberty/config.h | 4 +--- pkg/binutils/opcodes/config.h | 6 +++--- pkg/binutils/sha256 | 2 +- pkg/binutils/url | 2 +- pkg/binutils/ver | 2 +- 11 files changed, 21 insertions(+), 23 deletions(-) (limited to 'pkg') diff --git a/pkg/binutils/.gitignore b/pkg/binutils/.gitignore index 2e22fc57..e58400ea 100644 --- a/pkg/binutils/.gitignore +++ b/pkg/binutils/.gitignore @@ -1,5 +1,5 @@ /bfd.ninja -/binutils-2.36.tar.xz +/binutils-2.36.1.tar.xz /binutils.ninja /gas.ninja /ld.ninja diff --git a/pkg/binutils/bfd/config.h b/pkg/binutils/bfd/config.h index 0b82ce38..a78a993e 100644 --- a/pkg/binutils/bfd/config.h +++ b/pkg/binutils/bfd/config.h @@ -97,10 +97,10 @@ #define PACKAGE "bfd" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "bfd" -#define PACKAGE_STRING "bfd 2.36" +#define PACKAGE_STRING "bfd 2.36.1" #define PACKAGE_TARNAME "bfd" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" /* #undef SIZEOF_CHAR */ #define SIZEOF_INT 4 #define SIZEOF_LONG 8 @@ -132,7 +132,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.36" +#define VERSION "2.36.1" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif diff --git a/pkg/binutils/binutils/config.h b/pkg/binutils/binutils/config.h index 711dd652..89648480 100644 --- a/pkg/binutils/binutils/config.h +++ b/pkg/binutils/binutils/config.h @@ -66,10 +66,10 @@ #define PACKAGE "binutils" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "binutils" -#define PACKAGE_STRING "binutils 2.36" +#define PACKAGE_STRING "binutils 2.36.1" #define PACKAGE_TARNAME "binutils" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 /* #undef STACK_DIRECTION */ @@ -93,7 +93,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.36" +#define VERSION "2.36.1" /* #undef YYTEXT_POINTER */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 diff --git a/pkg/binutils/gas/config.h b/pkg/binutils/gas/config.h index da7519f2..220de76c 100644 --- a/pkg/binutils/gas/config.h +++ b/pkg/binutils/gas/config.h @@ -90,10 +90,10 @@ #define PACKAGE "gas" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "gas" -#define PACKAGE_STRING "gas 2.36" +#define PACKAGE_STRING "gas 2.36.1" #define PACKAGE_TARNAME "gas" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" /* #undef STACK_DIRECTION */ #define STDC_HEADERS 1 /* #undef STRICTCOFF */ @@ -125,7 +125,7 @@ # define __EXTENSIONS__ 1 #endif /* #undef USING_CGEN */ -#define VERSION "2.36" +#define VERSION "2.36.1" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/binutils/gen.lua b/pkg/binutils/gen.lua index e27bc661..8ef61ef6 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -1,4 +1,4 @@ -local version = setmetatable({2, 36}, {__index=function() return 0 end}) +local version = setmetatable({2, 36, 1}, {__index=function() return 0 end}) local defvec = 'x86_64_elf64_vec' local selvecs = {[defvec]=true, i386_elf32_vec=true} local selarchs = {i386=true} diff --git a/pkg/binutils/ld/config.h b/pkg/binutils/ld/config.h index ade3e8ee..df927a66 100644 --- a/pkg/binutils/ld/config.h +++ b/pkg/binutils/ld/config.h @@ -60,10 +60,10 @@ #define PACKAGE "ld" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "ld" -#define PACKAGE_STRING "ld 2.36" +#define PACKAGE_STRING "ld 2.36.1" #define PACKAGE_TARNAME "ld" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" #define SIZEOF_VOID_P 8 #define STDC_HEADERS 1 #define STRING_WITH_STRINGS 1 @@ -84,7 +84,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.36" +#define VERSION "2.36.1" /* #undef YYTEXT_POINTER */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 diff --git a/pkg/binutils/libiberty/config.h b/pkg/binutils/libiberty/config.h index 199afab9..a4a0c428 100644 --- a/pkg/binutils/libiberty/config.h +++ b/pkg/binutils/libiberty/config.h @@ -58,7 +58,6 @@ #define HAVE_MMAP 1 /* #undef HAVE_ON_EXIT */ #define HAVE_PIPE2 1 -#define HAVE_POSIX_SPAWN 1 /* #undef HAVE_PROCESS_H */ #define HAVE_PSIGNAL 1 /* #undef HAVE_PSTAT_GETDYNAMIC */ @@ -76,7 +75,6 @@ #define HAVE_SNPRINTF 1 /* #undef HAVE_SPAWNVE */ /* #undef HAVE_SPAWNVPE */ -#define HAVE_SPAWN_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_STDLIB_H 1 @@ -154,7 +152,7 @@ #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SIZE_T 8 -#define STACK_DIRECTION -1 +#define STACK_DIRECTION 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define UNSIGNED_64BIT_TYPE uint64_t diff --git a/pkg/binutils/opcodes/config.h b/pkg/binutils/opcodes/config.h index 31a4cb90..613dfd29 100644 --- a/pkg/binutils/opcodes/config.h +++ b/pkg/binutils/opcodes/config.h @@ -21,10 +21,10 @@ #define PACKAGE "opcodes" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "opcodes" -#define PACKAGE_STRING "opcodes 2.36" +#define PACKAGE_STRING "opcodes 2.36.1" #define PACKAGE_TARNAME "opcodes" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" #define STDC_HEADERS 1 #define STRING_WITH_STRINGS 1 #ifndef _ALL_SOURCE @@ -42,7 +42,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.36" +#define VERSION "2.36.1" /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ /* #undef _POSIX_SOURCE */ diff --git a/pkg/binutils/sha256 b/pkg/binutils/sha256 index 4d9a088e..f870b8fd 100644 --- a/pkg/binutils/sha256 +++ b/pkg/binutils/sha256 @@ -1 +1 @@ -5788292cc5bbcca0848545af05986f6b17058b105be59e99ba7d0f9eb5336fb8 binutils-2.36.tar.xz +e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0 binutils-2.36.1.tar.xz diff --git a/pkg/binutils/url b/pkg/binutils/url index 60e07b37..f9b817e9 100644 --- a/pkg/binutils/url +++ b/pkg/binutils/url @@ -1 +1 @@ -url = "https://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.xz" +url = "https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz" diff --git a/pkg/binutils/ver b/pkg/binutils/ver index 8cdeb92e..a91575de 100644 --- a/pkg/binutils/ver +++ b/pkg/binutils/ver @@ -1 +1 @@ -2.36 r0 +2.36.1 r0 -- cgit v1.2.3