[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / lib / libbfd / arch / mipseb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/config.h between version 1.5 and 1.6

version 1.5, 2018/04/14 17:53:02 version 1.6, 2020/04/03 17:51:24
Line 1 
Line 1 
 /* This file is automatically generated.  DO NOT EDIT! */  /* 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-binutils,v 1.11 2018/11/08 02:08:35 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 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.h.  Generated from config.in by configure.  */
 /* config.in.  Generated from configure.ac by autoheader.  */  /* config.in.  Generated from configure.ac by autoheader.  */
Line 15 
Line 15 
 /* Name of host specific core header file to include in elf.c. */  /* Name of host specific core header file to include in elf.c. */
 /* #undef CORE_HEADER */  /* #undef CORE_HEADER */
   
   /* Define to 1 if you want to enable -z separate-code in ELF linker by
      default. */
   #define DEFAULT_LD_Z_SEPARATE_CODE 0
   
 /* Define to 1 if translation of program messages to the user's native  /* Define to 1 if translation of program messages to the user's native
    language is requested. */     language is requested. */
 #define ENABLE_NLS 1  #define ENABLE_NLS 1
Line 135 
Line 139 
 /* Define to 1 if you have the `getuid' function. */  /* Define to 1 if you have the `getuid' function. */
 #define HAVE_GETUID 1  #define HAVE_GETUID 1
   
   /* Define if your compiler supports hidden visibility. */
   #define HAVE_HIDDEN 1
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1  #define HAVE_INTTYPES_H 1
   
   /* Define to 1 if the system has the type `long double'. */
   #define HAVE_LONG_DOUBLE 1
   
   /* Define to 1 if the system has the type `long long'. */
   #define HAVE_LONG_LONG 1
   
 /* Define if <sys/procfs.h> has lwpstatus_t. */  /* Define if <sys/procfs.h> has lwpstatus_t. */
 /* #undef HAVE_LWPSTATUS_T */  /* #undef HAVE_LWPSTATUS_T */
   
Line 251 
Line 264 
    */     */
 /* #undef HAVE_SYS_NDIR_H */  /* #undef HAVE_SYS_NDIR_H */
   
   /* Define to 1 if you have the <sys/param.h> header file. */
   #define HAVE_SYS_PARAM_H 1
   
 /* Define to 1 if you have the <sys/procfs.h> header file. */  /* Define to 1 if you have the <sys/procfs.h> header file. */
 /* #undef HAVE_SYS_PROCFS_H */  /* #undef HAVE_SYS_PROCFS_H */
   
Line 298 
Line 314 
 #define PACKAGE_NAME "bfd"  #define PACKAGE_NAME "bfd"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "bfd 2.27"  #define PACKAGE_STRING "bfd 2.31.1"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "bfd"  #define PACKAGE_TARNAME "bfd"
Line 307 
Line 323 
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #define PACKAGE_VERSION "2.27"  #define PACKAGE_VERSION "2.31.1"
   
 /* The size of `char', as computed by sizeof. */  /* The size of `char', as computed by sizeof. */
 /* #undef SIZEOF_CHAR */  /* #undef SIZEOF_CHAR */
Line 342 
Line 358 
 /* Name of host specific header file to include in trad-core.c. */  /* Name of host specific header file to include in trad-core.c. */
 /* #undef TRAD_HEADER */  /* #undef TRAD_HEADER */
   
 /* Define if we should use 64-bit archives. */  /* Define if 64-bit archives should always be used. */
 #define USE_64_BIT_ARCHIVE 1  /* #undef USE_64_BIT_ARCHIVE */
   
 /* Use b modifier when opening binary files? */  /* Use b modifier when opening binary files? */
 /* #undef USE_BINARY_FOPEN */  /* #undef USE_BINARY_FOPEN */
Line 380 
Line 396 
   
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.27"  #define VERSION "2.31.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. */  /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */  /* #undef _FILE_OFFSET_BITS */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>