Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6323 → Rev 6324

/contrib/toolchain/binutils/gas/config.h
1,5 → 1,5
/* config.h. Generated from config.in by configure. */
/* config.in. Generated from configure.in by autoheader. */
/* config.in. Generated from configure.ac by autoheader. */
 
/* Check that config.h is #included before system headers
(this works only for glibc, but that should be enough). */
37,6 → 37,9
/* Default emulation. */
#define DEFAULT_EMULATION ""
 
/* Define if you want compressed debug sections by default. */
/* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
 
/* Supported emulations. */
#define EMULATIONS
 
52,8 → 55,17
 
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
/* #undef HAVE_ALLOCA_H */
#define HAVE_ALLOCA_H 1
 
/* Define to 1 if you have the `basename' function. */
#define HAVE_BASENAME 1
 
#define HAVE_DECL_BASENAME 1
 
/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
don't. */
#define HAVE_DECL_ASPRINTF 1
 
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
*/
#define HAVE_DECL_FREE 1
180,6 → 192,24
/* Choose a default ABI for MIPS targets. */
/* #undef MIPS_DEFAULT_ABI */
 
/* Define value for nds32_arch_name */
/* #undef NDS32_DEFAULT_ARCH_NAME */
 
/* Define default value for nds32_audio_ext */
/* #undef NDS32_DEFAULT_AUDIO_EXT */
 
/* Define default value for nds32_dx_regs */
/* #undef NDS32_DEFAULT_DX_REGS */
 
/* Define default value for nds32_perf_ext */
/* #undef NDS32_DEFAULT_PERF_EXT */
 
/* Define default value for nds32_perf_ext2 */
/* #undef NDS32_DEFAULT_PERF_EXT2 */
 
/* Define default value for nds32_string_ext */
/* #undef NDS32_DEFAULT_STRING_EXT */
 
/* Define if environ is not declared in system header files. */
/* #undef NEED_DECLARATION_ENVIRON */
 
229,19 → 259,19
#define PACKAGE_BUGREPORT ""
 
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
#define PACKAGE_NAME "gas"
 
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
#define PACKAGE_STRING "gas 2.26"
 
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
#define PACKAGE_TARNAME "gas"
 
/* Define to the home page for this package. */
#define PACKAGE_URL ""
 
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
#define PACKAGE_VERSION "2.26"
 
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
322,7 → 352,7
/* #undef USING_CGEN */
 
/* Version number of package */
#define VERSION "2.24"
#define VERSION "2.26"
 
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */