summaryrefslogtreecommitdiff
path: root/pkg/binutils/ld
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-08-14 00:57:23 -0700
committerMichael Forney <mforney@mforney.org>2020-08-14 01:07:03 -0700
commitf345b8be04d5f5be102bbd83597a640a4151c448 (patch)
treee94b07d7e16df05b487097e0bfee319dc3e55daa /pkg/binutils/ld
parent401be52b833475b40032dd20fc234addd79a17ca (diff)
binutils: Update to 2.35
Diffstat (limited to 'pkg/binutils/ld')
-rw-r--r--pkg/binutils/ld/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkg/binutils/ld/config.h b/pkg/binutils/ld/config.h
index 997c830d..8f11d943 100644
--- a/pkg/binutils/ld/config.h
+++ b/pkg/binutils/ld/config.h
@@ -5,9 +5,12 @@
#define DEFAULT_EMIT_GNU_HASH 1
#define DEFAULT_EMIT_SYSV_HASH 0
/* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
+#define DEFAULT_LD_TEXTREL_CHECK textrel_check_warning
+#define DEFAULT_LD_TEXTREL_CHECK_WARNING 1
#define DEFAULT_LD_Z_RELRO 1
#define DEFAULT_LD_Z_SEPARATE_CODE 1
#define DEFAULT_NEW_DTAGS 1
+#define ENABLE_LIBCTF 1
/* #undef ENABLE_NLS */
/* #undef EXTRA_SHLIB_EXTENSION */
#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
@@ -56,10 +59,10 @@
#define PACKAGE "ld"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "ld"
-#define PACKAGE_STRING "ld 2.34"
+#define PACKAGE_STRING "ld 2.35"
#define PACKAGE_TARNAME "ld"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "2.34"
+#define PACKAGE_VERSION "2.35"
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define STRING_WITH_STRINGS 1
@@ -79,7 +82,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "2.34"
+#define VERSION "2.35"
/* #undef YYTEXT_POINTER */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1