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

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/libiberty/arch/riscv32/config.h between version 1.5 and 1.5.2.1

version 1.5, 2018/04/14 17:53:05 version 1.5.2.1, 2020/04/08 14:06:13
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 84 
Line 84 
    don't. */     don't. */
 #define HAVE_DECL_SNPRINTF 1  #define HAVE_DECL_SNPRINTF 1
   
   /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
      don't. */
   #define HAVE_DECL_STRNLEN 1
   
 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.  /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
    */     */
 #define HAVE_DECL_STRTOL 1  #define HAVE_DECL_STRTOL 1
Line 527 
Line 531 
 # endif  # endif
 #endif  #endif
   
   /* 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.5.2.1

CVSweb <webmaster@jp.NetBSD.org>