Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/usr.bin/gas/arch/powerpc/config.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/usr.bin/gas/arch/powerpc/config.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.4 retrieving revision 1.1.1.5 diff -u -p -r1.1.1.4 -r1.1.1.5 --- src/external/gpl3/binutils.old/usr.bin/gas/arch/powerpc/config.h 2020/04/03 17:42:02 1.1.1.4 +++ src/external/gpl3/binutils.old/usr.bin/gas/arch/powerpc/config.h 2022/12/23 17:02:16 1.1.1.5 @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.11 2018/11/08 02:08:35 christos Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ /* config.h. Generated from config.in by configure. */ @@ -55,11 +55,21 @@ /* Define to 1 if you want to generate x86 relax relocations by default. */ #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1 +/* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */ +#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0 + +/* Define to 1 if you want to generate RISC-V arch attribute by default. */ +#define DEFAULT_RISCV_ATTR 0 + +/* Define to 1 if you want to generate GNU x86 used ISA and feature properties + by default. */ +#define DEFAULT_X86_USED_NOTE 0 + /* Supported emulations. */ #define EMULATIONS /* Define if you want run-time sanity checks. */ -#define ENABLE_CHECKING 1 +/* #undef ENABLE_CHECKING */ /* Define to 1 if translation of program messages to the user's native language is requested. */ @@ -205,6 +215,9 @@ /* Define default value for nds32_audio_ext */ /* #undef NDS32_DEFAULT_AUDIO_EXT */ +/* Define default value for nds32_dsp_ext */ +/* #undef NDS32_DEFAULT_DSP_EXT */ + /* Define default value for nds32_dx_regs */ /* #undef NDS32_DEFAULT_DX_REGS */ @@ -217,6 +230,12 @@ /* Define default value for nds32_string_ext */ /* #undef NDS32_DEFAULT_STRING_EXT */ +/* Define default value for nds32_zol_ext */ +/* #undef NDS32_DEFAULT_ZOL_EXT */ + +/* Define default value for nds32_linux_toolchain */ +/* #undef NDS32_LINUX_TOOLCHAIN */ + /* Define if environ is not declared in system header files. */ #define NEED_DECLARATION_ENVIRON 1 @@ -266,7 +285,7 @@ #define PACKAGE_NAME "gas" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gas 2.31.1" +#define PACKAGE_STRING "gas 2.34" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gas" @@ -275,7 +294,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.31.1" +#define PACKAGE_VERSION "2.34" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -353,7 +372,7 @@ /* #undef USING_CGEN */ /* Version number of package */ -#define VERSION "2.31.1" +#define VERSION "2.34" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */