[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / usr.bin / gas / 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/usr.bin/gas/arch/powerpc64/config.h between version 1.4 and 1.4.8.1

version 1.4, 2016/12/14 21:49:26 version 1.4.8.1, 2018/04/16 01:59:33
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 ELF common symbols with the STT_COMMON
      type by default. */
   #define DEFAULT_GENERATE_ELF_STT_COMMON 0
   
 /* Define to 1 if you want to generate x86 relax relocations by default. */  /* Define to 1 if you want to generate x86 relax relocations by default. */
 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1  #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
   
Line 264 
Line 268 
 #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.26.1"  #define PACKAGE_STRING "gas 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 "gas"  #define PACKAGE_TARNAME "gas"
Line 273 
Line 277 
 #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"
   
 /* Define if defaulting to ELF on SCO 5. */  /* Define if defaulting to ELF on SCO 5. */
 /* #undef SCO_ELF */  /* #undef SCO_ELF */
Line 319 
Line 323 
 /* Target vendor. */  /* Target vendor. */
 #define TARGET_VENDOR ""  #define TARGET_VENDOR ""
   
   /* Target specific CPU. */
   /* #undef TARGET_WITH_CPU */
   
 /* 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 361 
 /* #undef USING_CGEN */  /* #undef USING_CGEN */
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.26.1"  #define VERSION "2.27"
   
 /* 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). */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.8.1

CVSweb <webmaster@jp.NetBSD.org>