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

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/powerpc64/config.h between version 1.4 and 1.4.8.1

version 1.4, 2016/12/14 21:49:14 version 1.4.8.1, 2018/04/16 01:59:19
Line 298 
Line 298 
 #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.26.1"  #define PACKAGE_STRING "bfd 2.27"
   
 /* 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 307 
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #define PACKAGE_VERSION "2.26.1"  #define PACKAGE_VERSION "2.27"
   
 /* 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 342 
 /* 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. */
   /* #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 354 
Line 357 
 /* Define if we should default to creating read-only plt entries */  /* Define if we should default to creating read-only plt entries */
 /* #undef USE_SECUREPLT */  /* #undef USE_SECUREPLT */
   
 /* Define if we may generate symbols with ELF's STT_COMMON type */  
 /* #undef USE_STT_COMMON */  
   
 /* Enable extensions on AIX 3, Interix.  */  /* Enable extensions on AIX 3, Interix.  */
 #ifndef _ALL_SOURCE  #ifndef _ALL_SOURCE
 # define _ALL_SOURCE 1  # define _ALL_SOURCE 1
Line 380 
Line 380 
   
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.26.1"  #define VERSION "2.27"
   
 /* 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.4  
changed lines
  Added in v.1.4.8.1

CVSweb <webmaster@jp.NetBSD.org>