logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 530cd49c73ecdec161269b62e85b3d60e301b301
parent 195d6e586d1a49caf0b9b8e42c3f378c3095ffd4
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 21 Sep 2020 01:32:04 -0700

binutils: Update to 2.35.1

Diffstat:

Mpkg/binutils/.gitignore2+-
Mpkg/binutils/bfd/config.h6+++---
Mpkg/binutils/binutils/config.h6+++---
Mpkg/binutils/gas/config.h6+++---
Mpkg/binutils/gen.lua4++--
Mpkg/binutils/ld/config.h7++++---
Dpkg/binutils/libctf/config.h69---------------------------------------------------------------------
Mpkg/binutils/opcodes/config.h6+++---
Mpkg/binutils/sha2562+-
Mpkg/binutils/url2+-
Mpkg/binutils/ver2+-
11 files changed, 22 insertions(+), 90 deletions(-)

diff --git a/pkg/binutils/.gitignore b/pkg/binutils/.gitignore @@ -1,5 +1,5 @@ /bfd.ninja -/binutils-2.35.tar.xz +/binutils-2.35.1.tar.xz /binutils.ninja /gas.ninja /ld.ninja diff --git a/pkg/binutils/bfd/config.h b/pkg/binutils/bfd/config.h @@ -96,10 +96,10 @@ #define PACKAGE "bfd" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "bfd" -#define PACKAGE_STRING "bfd 2.35" +#define PACKAGE_STRING "bfd 2.35.1" #define PACKAGE_TARNAME "bfd" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.35" +#define PACKAGE_VERSION "2.35.1" /* #undef SIZEOF_CHAR */ #define SIZEOF_INT 4 #define SIZEOF_LONG 8 @@ -131,7 +131,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.35" +#define VERSION "2.35.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 @@ -65,10 +65,10 @@ #define PACKAGE "binutils" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "binutils" -#define PACKAGE_STRING "binutils 2.35" +#define PACKAGE_STRING "binutils 2.35.1" #define PACKAGE_TARNAME "binutils" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.35" +#define PACKAGE_VERSION "2.35.1" #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 /* #undef STACK_DIRECTION */ @@ -92,7 +92,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.35" +#define VERSION "2.35.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.35" +#define PACKAGE_STRING "gas 2.35.1" #define PACKAGE_TARNAME "gas" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.35" +#define PACKAGE_VERSION "2.35.1" /* #undef STACK_DIRECTION */ #define STDC_HEADERS 1 /* #undef STRICTCOFF */ @@ -125,7 +125,7 @@ # define __EXTENSIONS__ 1 #endif /* #undef USING_CGEN */ -#define VERSION "2.35" +#define VERSION "2.35.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, 35}, {__index=function() return 0 end}) +local version = setmetatable({2, 35, 1}, {__index=function() return 0 end}) local defvec = 'x86_64_elf64_vec' local selvecs = {[defvec]=true, i386_elf32_vec=true} local selarchs = {i386=true} @@ -8,7 +8,7 @@ local emuls = { } cflags{ - '-std=c99', '-Wall', '-Wno-return-local-addr', + '-std=c99', '-Wall', '-Wno-return-local-addr', '-Wno-stringop-truncation', '-D _POSIX_C_SOURCE=200809L', '-D HAVE_CONFIG_H', '-I $srcdir/include', diff --git a/pkg/binutils/ld/config.h b/pkg/binutils/ld/config.h @@ -15,6 +15,7 @@ /* #undef EXTRA_SHLIB_EXTENSION */ #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT #define HAVE_CLOSE 1 +#define HAVE_DECL_ASPRINTF 1 #define HAVE_DECL_ENVIRON 1 #define HAVE_DECL_FREE 1 #define HAVE_DECL_GETENV 1 @@ -59,10 +60,10 @@ #define PACKAGE "ld" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "ld" -#define PACKAGE_STRING "ld 2.35" +#define PACKAGE_STRING "ld 2.35.1" #define PACKAGE_TARNAME "ld" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.35" +#define PACKAGE_VERSION "2.35.1" #define SIZEOF_VOID_P 8 #define STDC_HEADERS 1 #define STRING_WITH_STRINGS 1 @@ -82,7 +83,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.35" +#define VERSION "2.35.1" /* #undef YYTEXT_POINTER */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 diff --git a/pkg/binutils/libctf/config.h b/pkg/binutils/libctf/config.h @@ -1,69 +0,0 @@ -/* #undef AC_APPLE_UNIVERSAL_BUILD */ -/* #undef ENABLE_NLS */ -#define HAVE_BFD_ELF 1 -#define HAVE_BYTESWAP_H 1 -#define HAVE_DECL_ASPRINTF 1 -#define HAVE_DECL_BSWAP_16 1 -#define HAVE_DECL_BSWAP_32 1 -#define HAVE_DECL_BSWAP_64 1 -#define HAVE_DLFCN_H 1 -#define HAVE_ENDIAN_H 1 -#define HAVE_GETPAGESIZE 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_MMAP 1 -#define HAVE_O_CLOEXEC 1 -#define HAVE_PREAD 1 -/* #undef HAVE_QSORT_R */ -/* #undef HAVE_QSORT_R_ARG_LAST */ -/* #undef HAVE_QSORT_R_COMPAR_LAST */ -#define HAVE_STDINT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_SYS_PARAM_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_UNISTD_H 1 -#define LT_OBJDIR ".libs/" -#define PACKAGE "libctf-library" -#define PACKAGE_BUGREPORT "" -#define PACKAGE_NAME "libctf library" -#define PACKAGE_STRING "libctf library 1.2.0-pre" -#define PACKAGE_TARNAME "libctf-library" -#define PACKAGE_URL "" -#define PACKAGE_VERSION "1.2.0-pre" -#define STDC_HEADERS 1 -#ifndef _ALL_SOURCE -# define _ALL_SOURCE 1 -#endif -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif -#ifndef _POSIX_PTHREAD_SEMANTICS -# define _POSIX_PTHREAD_SEMANTICS 1 -#endif -#ifndef _TANDEM_SOURCE -# define _TANDEM_SOURCE 1 -#endif -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ 1 -#endif -#define VERSION "1.2.0-pre" -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -/* # undef WORDS_BIGENDIAN */ -# endif -#endif -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif -/* #undef _FILE_OFFSET_BITS */ -/* #undef _LARGE_FILES */ -/* #undef _MINIX */ -/* #undef _POSIX_1_SOURCE */ -/* #undef _POSIX_SOURCE */ 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.35" +#define PACKAGE_STRING "opcodes 2.35.1" #define PACKAGE_TARNAME "opcodes" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.35" +#define PACKAGE_VERSION "2.35.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.35" +#define VERSION "2.35.1" /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ /* #undef _POSIX_SOURCE */ diff --git a/pkg/binutils/sha256 b/pkg/binutils/sha256 @@ -1 +1 @@ -1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85 binutils-2.35.tar.xz +3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607 binutils-2.35.1.tar.xz diff --git a/pkg/binutils/url b/pkg/binutils/url @@ -1 +1 @@ -url = "https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz" +url = "https://ftp.gnu.org/gnu/binutils/binutils-2.35.1.tar.xz" diff --git a/pkg/binutils/ver b/pkg/binutils/ver @@ -1 +1 @@ -2.35 r0 +2.35.1 r0