diff options
| author | Michael Forney <mforney@mforney.org> | 2022-02-10 14:11:23 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-02-10 15:30:43 -0800 |
| commit | 020a33da8d9de01aadec35f5f4b3e2d317eac71b (patch) | |
| tree | 8a8faf18b14d512fcc0916155653db8074d5f03f /pkg/binutils/gas | |
| parent | a141473246997fce369599e1a8731e0f4bd32147 (diff) | |
binutils: Update to 2.38
Diffstat (limited to 'pkg/binutils/gas')
| -rw-r--r-- | pkg/binutils/gas/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/binutils/gas/config.h b/pkg/binutils/gas/config.h index f7f5d7ab..ced82346 100644 --- a/pkg/binutils/gas/config.h +++ b/pkg/binutils/gas/config.h @@ -15,7 +15,7 @@ #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0 /* #undef DEFAULT_RISCV_ARCH_WITH_EXT */ -#define DEFAULT_RISCV_ATTR 0 +#define DEFAULT_RISCV_ATTR 1 /* #undef DEFAULT_RISCV_ISA_SPEC */ /* #undef DEFAULT_RISCV_PRIV_SPEC */ #define DEFAULT_X86_USED_NOTE 1 @@ -67,10 +67,10 @@ #define PACKAGE "gas" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "gas" -#define PACKAGE_STRING "gas 2.37" +#define PACKAGE_STRING "gas 2.38" #define PACKAGE_TARNAME "gas" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.37" +#define PACKAGE_VERSION "2.38" #define STDC_HEADERS 1 /* #undef STRICTCOFF */ #define TARGET_ALIAS "x86_64-linux-musl" @@ -100,7 +100,7 @@ # define __EXTENSIONS__ 1 #endif /* #undef USING_CGEN */ -#define VERSION "2.37" +#define VERSION "2.38" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 |
