Deleted Added
full compact
config.h (161564) config.h (209867)
1/* $FreeBSD: head/gnu/usr.bin/gdb/arch/powerpc/config.h 161564 2006-08-24 02:44:59Z marcel $ */
1/* $FreeBSD: head/gnu/usr.bin/gdb/arch/powerpc64/config.h 209867 2010-07-10 02:29:22Z nwhitehorn $ */
2
3/* config.h. Generated automatically by configure. */
4/* config.in. Generated automatically from configure.in by autoheader. */
5
6/* Define if on AIX 3.
7 System headers sometimes define this.
8 We just want to avoid a redefinition error message. */
9#ifndef _ALL_SOURCE

--- 431 unchanged lines hidden (view full) ---

441
442/* Global directory for separate debug files. */
443#define DEBUGDIR "/usr/local/lib/debug"
444
445/* Define to BFD's default architecture. */
446#define DEFAULT_BFD_ARCH bfd_rs6000_arch
447
448/* Define to BFD's default target vector. */
2
3/* config.h. Generated automatically by configure. */
4/* config.in. Generated automatically from configure.in by autoheader. */
5
6/* Define if on AIX 3.
7 System headers sometimes define this.
8 We just want to avoid a redefinition error message. */
9#ifndef _ALL_SOURCE

--- 431 unchanged lines hidden (view full) ---

441
442/* Global directory for separate debug files. */
443#define DEBUGDIR "/usr/local/lib/debug"
444
445/* Define to BFD's default architecture. */
446#define DEFAULT_BFD_ARCH bfd_rs6000_arch
447
448/* Define to BFD's default target vector. */
449#define DEFAULT_BFD_VEC bfd_elf32_powerpc_vec
449#define DEFAULT_BFD_VEC bfd_elf64_powerpc_vec
450
451/* Define to 1 if your system has the _etext variable. */
452#define HAVE__ETEXT 1
453
454/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
455 Solaris 2.[78] when using GCC. */
456/* #undef _MSE_INT_H */
457

--- 96 unchanged lines hidden ---
450
451/* Define to 1 if your system has the _etext variable. */
452#define HAVE__ETEXT 1
453
454/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
455 Solaris 2.[78] when using GCC. */
456/* #undef _MSE_INT_H */
457

--- 96 unchanged lines hidden ---