summaryrefslogtreecommitdiff
path: root/pkg/binutils/opcodes
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-07-19 15:28:56 -0700
committerMichael Forney <mforney@mforney.org>2021-07-19 16:09:47 -0700
commit0d69afde2ad6ca4ba28af2f2920aabda174cf04a (patch)
tree86223d010c10a5bd7eaaa63f1229f459bb7694e3 /pkg/binutils/opcodes
parent8fb3cb14048523545f0b6073c0f797d7442812b9 (diff)
binutils: Update to 2.37
Diffstat (limited to 'pkg/binutils/opcodes')
-rw-r--r--pkg/binutils/opcodes/config.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkg/binutils/opcodes/config.h b/pkg/binutils/opcodes/config.h
index 613dfd29..aa6051f4 100644
--- a/pkg/binutils/opcodes/config.h
+++ b/pkg/binutils/opcodes/config.h
@@ -2,12 +2,12 @@
# error config.h must be #included before system headers
#endif
#define __CONFIG_H__ 1
+/* #undef ENABLE_CHECKING */
/* #undef ENABLE_NLS */
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_STPCPY 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
-#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SIGSETJMP 1
#define HAVE_STDINT_H 1
@@ -21,12 +21,11 @@
#define PACKAGE "opcodes"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "opcodes"
-#define PACKAGE_STRING "opcodes 2.36.1"
+#define PACKAGE_STRING "opcodes 2.37"
#define PACKAGE_TARNAME "opcodes"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "2.36.1"
+#define PACKAGE_VERSION "2.37"
#define STDC_HEADERS 1
-#define STRING_WITH_STRINGS 1
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
@@ -42,7 +41,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "2.36.1"
+#define VERSION "2.37"
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
/* #undef _POSIX_SOURCE */