logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 951755fcd54be357dded3a096fef7bb67d845042
parent 6bc79ad049fbbcd77aa16e6db188e11546baee1d
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  2 Mar 2021 02:33:06 -0800

binutils: Update to 2.36.1

Diffstat:

Mpkg/binutils/.gitignore2+-
Mpkg/binutils/bfd/config.h6+++---
Mpkg/binutils/binutils/config.h6+++---
Mpkg/binutils/gas/config.h6+++---
Mpkg/binutils/gen.lua2+-
Mpkg/binutils/ld/config.h6+++---
Mpkg/binutils/libiberty/config.h4+---
Mpkg/binutils/opcodes/config.h6+++---
Mpkg/binutils/sha2562+-
Mpkg/binutils/url2+-
Mpkg/binutils/ver2+-
11 files changed, 21 insertions(+), 23 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -1 +1 @@ -2.36 r0 +2.36.1 r0