diff options
| author | Michael Forney <mforney@mforney.org> | 2020-09-21 01:32:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-09-22 15:00:17 -0700 |
| commit | 530cd49c73ecdec161269b62e85b3d60e301b301 (patch) | |
| tree | c3f097b8b3aa5610eced4243ca6b7f8c1f29d257 /pkg/binutils/ld | |
| parent | 195d6e586d1a49caf0b9b8e42c3f378c3095ffd4 (diff) | |
binutils: Update to 2.35.1
Diffstat (limited to 'pkg/binutils/ld')
| -rw-r--r-- | pkg/binutils/ld/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkg/binutils/ld/config.h b/pkg/binutils/ld/config.h index d005289e..d28fa7ef 100644 --- 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 |
