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

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/ld/arch/hppa/config.h between version 1.6 and 1.7

version 1.6, 2020/04/03 17:51:44 version 1.7, 2022/12/23 17:09:53
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.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  */  /* 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.  */
Line 88 
Line 88 
 #define HAVE_GLOB 1  #define HAVE_GLOB 1
   
 /* Define .init_array/.fini_array sections are available and working. */  /* Define .init_array/.fini_array sections are available and working. */
 /* #undef HAVE_INITFINI_ARRAY */  #define HAVE_INITFINI_ARRAY 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
Line 187 
Line 187 
 #define PACKAGE_NAME "ld"  #define PACKAGE_NAME "ld"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "ld 2.31.1"  #define PACKAGE_STRING "ld 2.34"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "ld"  #define PACKAGE_TARNAME "ld"
Line 196 
Line 196 
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #define PACKAGE_VERSION "2.31.1"  #define PACKAGE_VERSION "2.34"
   
 /* The size of `void *', as computed by sizeof. */  /* The size of `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 4  #define SIZEOF_VOID_P 4
Line 233 
Line 233 
   
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.31.1"  #define VERSION "2.34"
   
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a  /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */     `char[]'. */

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

CVSweb <webmaster@jp.NetBSD.org>