Deleted Added
full compact
netbsd.h (90075) netbsd.h (96263)
1/* NETBSD_NATIVE is defined when gcc is integrated into the NetBSD
2 source tree so it can be configured appropriately without using
3 the GNU configure/build mechanism. */
4
5#ifdef NETBSD_NATIVE
6
7/* Look for the include files in the system-defined places. */
8

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

104/* Implicit library calls should use memcpy, not bcopy, etc. */
105
106#undef TARGET_MEM_FUNCTIONS
107#define TARGET_MEM_FUNCTIONS 1
108
109/* Handle #pragma weak and #pragma pack. */
110
111#define HANDLE_SYSV_PRAGMA
1/* NETBSD_NATIVE is defined when gcc is integrated into the NetBSD
2 source tree so it can be configured appropriately without using
3 the GNU configure/build mechanism. */
4
5#ifdef NETBSD_NATIVE
6
7/* Look for the include files in the system-defined places. */
8

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

104/* Implicit library calls should use memcpy, not bcopy, etc. */
105
106#undef TARGET_MEM_FUNCTIONS
107#define TARGET_MEM_FUNCTIONS 1
108
109/* Handle #pragma weak and #pragma pack. */
110
111#define HANDLE_SYSV_PRAGMA
112
113
114/* Define some types that are the same on all NetBSD platforms,
115 making them agree with <machine/ansi.h>. */
116
117#undef WCHAR_TYPE
118#define WCHAR_TYPE "int"
119
120#undef WCHAR_TYPE_SIZE
121#define WCHAR_TYPE_SIZE 32
122
123#undef WINT_TYPE
124#define WINT_TYPE "int"