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/common/arch/sh3eb/config.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/usr.bin/common/arch/sh3eb/config.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -p -r1.5 -r1.5.2.1 --- src/external/gpl3/binutils.old/usr.bin/common/arch/sh3eb/config.h 2018/04/14 17:53:11 1.5 +++ src/external/gpl3/binutils.old/usr.bin/common/arch/sh3eb/config.h 2020/04/08 14:06:19 1.5.2.1 @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.11 2018/11/08 02:08:35 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. */ /* config.in. Generated from configure.ac by autoheader. */ @@ -40,6 +40,10 @@ */ /* #undef HAVE_ALLOCA_H */ +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#define HAVE_DECL_ASPRINTF 1 + /* Define to 1 if you have the declaration of `environ', and to 0 if you don't. */ #define HAVE_DECL_ENVIRON 0 @@ -202,7 +206,7 @@ #define PACKAGE_NAME "binutils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "binutils 2.27" +#define PACKAGE_STRING "binutils 2.31.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "binutils" @@ -211,7 +215,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.27" +#define PACKAGE_VERSION "2.31.1" /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 4 @@ -265,12 +269,17 @@ /* Version number of package */ -#define VERSION "2.27" +#define VERSION "2.31.1" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ @@ -286,3 +295,6 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ /* #undef _POSIX_SOURCE */ + +/* Define to `unsigned int' if does not define. */ +/* #undef size_t */