diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-06 11:09:24 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-06 18:17:30 -0700 |
| commit | 4fad1531cbc506408855d2027a60cdbeaf66eea3 (patch) | |
| tree | 0373c770f68c3fb0648461efd4e45567240ca910 /pkg/binutils/ld | |
| parent | 4cfca674c2993541cded2bb3b73a55cd58f7533c (diff) | |
binutils: Update to 2.39
Diffstat (limited to 'pkg/binutils/ld')
| -rw-r--r-- | pkg/binutils/ld/config.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pkg/binutils/ld/config.h b/pkg/binutils/ld/config.h index 0b12dbd7..1e539c2c 100644 --- a/pkg/binutils/ld/config.h +++ b/pkg/binutils/ld/config.h @@ -5,8 +5,11 @@ #define DEFAULT_EMIT_GNU_HASH 1 #define DEFAULT_EMIT_SYSV_HASH 0 /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */ +#define DEFAULT_LD_EXECSTACK 1 #define DEFAULT_LD_TEXTREL_CHECK textrel_check_warning #define DEFAULT_LD_TEXTREL_CHECK_WARNING 1 +#define DEFAULT_LD_WARN_EXECSTACK 2 +#define DEFAULT_LD_WARN_RWX_SEGMENTS 1 #define DEFAULT_LD_Z_RELRO 1 #define DEFAULT_LD_Z_SEPARATE_CODE 1 #define DEFAULT_NEW_DTAGS 1 @@ -27,6 +30,7 @@ #define HAVE_GLOB 1 #define HAVE_INITFINI_ARRAY 1 #define HAVE_INTTYPES_H 1 +/* #undef HAVE_JANSSON */ #define HAVE_LC_MESSAGES 1 #define HAVE_LIMITS_H 1 #define HAVE_LSEEK 1 @@ -53,10 +57,10 @@ #define PACKAGE "ld" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "ld" -#define PACKAGE_STRING "ld 2.38" +#define PACKAGE_STRING "ld 2.39" #define PACKAGE_TARNAME "ld" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.38" +#define PACKAGE_VERSION "2.39" #define SIZEOF_VOID_P 8 #define STDC_HEADERS 1 #define SUPPORT_ERROR_HANDLING_SCRIPT 1 @@ -76,7 +80,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.38" +#define VERSION "2.39" /* #undef YYTEXT_POINTER */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 |
