Deleted Added
full compact
netbsd.h (90075) netbsd.h (96263)
1/* This is tested by i386gas.h. */
2#define YES_UNDERSCORES
3
4#include <i386/gstabs.h>
5
6/* Get generic NetBSD definitions. */
7#include <netbsd.h>
8#include <netbsd-aout.h>

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

17 -Asystem=unix -Asystem=bsd -Asystem=NetBSD"
18
19#undef SIZE_TYPE
20#define SIZE_TYPE "unsigned int"
21
22#undef PTRDIFF_TYPE
23#define PTRDIFF_TYPE "int"
24
1/* This is tested by i386gas.h. */
2#define YES_UNDERSCORES
3
4#include <i386/gstabs.h>
5
6/* Get generic NetBSD definitions. */
7#include <netbsd.h>
8#include <netbsd-aout.h>

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

17 -Asystem=unix -Asystem=bsd -Asystem=NetBSD"
18
19#undef SIZE_TYPE
20#define SIZE_TYPE "unsigned int"
21
22#undef PTRDIFF_TYPE
23#define PTRDIFF_TYPE "int"
24
25#undef WCHAR_TYPE
26#define WCHAR_TYPE "int"
27
28#undef WCHAR_UNSIGNED
29#define WCHAR_UNSIGNED 0
30
31#undef WCHAR_TYPE_SIZE
32#define WCHAR_TYPE_SIZE 32
33
34#undef ASM_APP_ON
35#define ASM_APP_ON "#APP\n"
36
37#undef ASM_APP_OFF
38#define ASM_APP_OFF "#NO_APP\n"
39
40/* Don't default to pcc-struct-return, because gcc is the only compiler, and
41 we want to retain compatibility with older gcc versions. */

--- 28 unchanged lines hidden ---
25#undef ASM_APP_ON
26#define ASM_APP_ON "#APP\n"
27
28#undef ASM_APP_OFF
29#define ASM_APP_OFF "#NO_APP\n"
30
31/* Don't default to pcc-struct-return, because gcc is the only compiler, and
32 we want to retain compatibility with older gcc versions. */

--- 28 unchanged lines hidden ---