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/gas | |
| parent | 195d6e586d1a49caf0b9b8e42c3f378c3095ffd4 (diff) | |
binutils: Update to 2.35.1
Diffstat (limited to 'pkg/binutils/gas')
| -rw-r--r-- | pkg/binutils/gas/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/binutils/gas/config.h b/pkg/binutils/gas/config.h index 75636771..691e016d 100644 --- 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 |
