[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / usr.bin / gas / arch / mipsel

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/usr.bin/gas/arch/mipsel/config.h between version 1.5 and 1.6

version 1.5, 2018/04/14 17:53:14 version 1.6, 2020/04/03 17:51:38
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 44 
Line 44 
 /* Define if you want compressed debug sections by default. */  /* Define if you want compressed debug sections by default. */
 /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */  /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
   
   /* Define to 1 if you want to generate GNU Build attribute notes by default,
      if none are contained in the input. */
   #define DEFAULT_GENERATE_BUILD_NOTES 0
   
 /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON  /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON
    type by default. */     type by default. */
 #define DEFAULT_GENERATE_ELF_STT_COMMON 0  #define DEFAULT_GENERATE_ELF_STT_COMMON 0
Line 149 
Line 153 
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1  #define HAVE_STRING_H 1
   
   /* Define to 1 if you have the `strsignal' function. */
   #define HAVE_STRSIGNAL 1
   
 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */  /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
 #define HAVE_ST_MTIM_TV_NSEC 1  #define HAVE_ST_MTIM_TV_NSEC 1
   
Line 183 
Line 190 
    */     */
 #define LT_OBJDIR ".libs/"  #define LT_OBJDIR ".libs/"
   
 /* Using m68k COFF? */  
 /* #undef M68KCOFF */  
   
 /* Using m88k COFF? */  
 /* #undef M88KCOFF */  
   
 /* Default CPU for MIPS targets. */  /* Default CPU for MIPS targets. */
 #define MIPS_CPU_STRING_DEFAULT "from-abi"  #define MIPS_CPU_STRING_DEFAULT "from-abi"
   
Line 240 
Line 241 
 /* a.out support? */  /* a.out support? */
 /* #undef OBJ_MAYBE_AOUT */  /* #undef OBJ_MAYBE_AOUT */
   
 /* b.out support? */  
 /* #undef OBJ_MAYBE_BOUT */  
   
 /* COFF support? */  /* COFF support? */
 /* #undef OBJ_MAYBE_COFF */  /* #undef OBJ_MAYBE_COFF */
   
Line 268 
Line 266 
 #define PACKAGE_NAME "gas"  #define PACKAGE_NAME "gas"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "gas 2.27"  #define PACKAGE_STRING "gas 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 "gas"  #define PACKAGE_TARNAME "gas"
Line 277 
Line 275 
 #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"
   
 /* Define if defaulting to ELF on SCO 5. */  
 /* #undef SCO_ELF */  
   
 /* If using the C implementation of alloca, define if you know the  /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be     direction of stack growth for your system; otherwise it will be
Line 317 
Line 312 
 /* Define if default target is PowerPC Solaris. */  /* Define if default target is PowerPC Solaris. */
 /* #undef TARGET_SOLARIS_COMMENT */  /* #undef TARGET_SOLARIS_COMMENT */
   
 /* Define if target is Symbian OS. */  
 /* #undef TARGET_SYMBIAN */  
   
 /* Target vendor. */  /* Target vendor. */
 #define TARGET_VENDOR ""  #define TARGET_VENDOR ""
   
Line 361 
Line 353 
 /* #undef USING_CGEN */  /* #undef USING_CGEN */
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.27"  #define VERSION "2.31.1"
   
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most  /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */     significant byte first (like Motorola and SPARC, unlike Intel). */
Line 379 
Line 371 
    `char[]'. */     `char[]'. */
 #define YYTEXT_POINTER 1  #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. */  /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */  /* #undef _FILE_OFFSET_BITS */
   
Line 400 
Line 397 
 #ifndef __cplusplus  #ifndef __cplusplus
 /* #undef inline */  /* #undef inline */
 #endif  #endif
   
   /* Define to `unsigned int' if <sys/types.h> does not define. */
   /* #undef size_t */

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

CVSweb <webmaster@jp.NetBSD.org>