diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-13 17:51:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-13 17:51:19 +0000 |
commit | 925593532192600b56dd2ae974635aaf735d3f1c (patch) | |
tree | ef74f2516f5dfe401e2b241ac083cd271c349fd5 /gnu/egcs/gcc/config | |
parent | 03c6e34031dca0e5942b1c2a8afadd4b0326194e (diff) |
Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now
defined in terms of long, not int on all architectures.
Diffstat (limited to 'gnu/egcs/gcc/config')
-rw-r--r-- | gnu/egcs/gcc/config/alpha/openbsd.h | 2 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/arm/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/i386/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/i386/openbsdelf.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/m68k/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/m88k/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/mips/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/ns32k/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/pa/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/sparc/openbsd.h | 6 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/vax/openbsd.h | 6 |
11 files changed, 31 insertions, 31 deletions
diff --git a/gnu/egcs/gcc/config/alpha/openbsd.h b/gnu/egcs/gcc/config/alpha/openbsd.h index 36e1a020693..db586629dba 100644 --- a/gnu/egcs/gcc/config/alpha/openbsd.h +++ b/gnu/egcs/gcc/config/alpha/openbsd.h @@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE #define SIZE_TYPE "long unsigned int" diff --git a/gnu/egcs/gcc/config/arm/openbsd.h b/gnu/egcs/gcc/config/arm/openbsd.h index 7ed276b150e..4f298c17f49 100644 --- a/gnu/egcs/gcc/config/arm/openbsd.h +++ b/gnu/egcs/gcc/config/arm/openbsd.h @@ -45,12 +45,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/i386/openbsd.h b/gnu/egcs/gcc/config/i386/openbsd.h index f70f9055060..0f30ac8ffef 100644 --- a/gnu/egcs/gcc/config/i386/openbsd.h +++ b/gnu/egcs/gcc/config/i386/openbsd.h @@ -41,12 +41,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/i386/openbsdelf.h b/gnu/egcs/gcc/config/i386/openbsdelf.h index c15884facf7..a56c3a6587c 100644 --- a/gnu/egcs/gcc/config/i386/openbsdelf.h +++ b/gnu/egcs/gcc/config/i386/openbsdelf.h @@ -49,12 +49,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/m68k/openbsd.h b/gnu/egcs/gcc/config/m68k/openbsd.h index a22c26addfb..7b05634e90c 100644 --- a/gnu/egcs/gcc/config/m68k/openbsd.h +++ b/gnu/egcs/gcc/config/m68k/openbsd.h @@ -42,12 +42,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/m88k/openbsd.h b/gnu/egcs/gcc/config/m88k/openbsd.h index c75967a72cd..7f0d6191ba1 100644 --- a/gnu/egcs/gcc/config/m88k/openbsd.h +++ b/gnu/egcs/gcc/config/m88k/openbsd.h @@ -56,12 +56,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/mips/openbsd.h b/gnu/egcs/gcc/config/mips/openbsd.h index a40a7f9f62e..596f2760c1d 100644 --- a/gnu/egcs/gcc/config/mips/openbsd.h +++ b/gnu/egcs/gcc/config/mips/openbsd.h @@ -66,12 +66,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h>. */ +/* This must agree with <machine/_types.h>. */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/ns32k/openbsd.h b/gnu/egcs/gcc/config/ns32k/openbsd.h index 50369f5e37e..3e86c641808 100644 --- a/gnu/egcs/gcc/config/ns32k/openbsd.h +++ b/gnu/egcs/gcc/config/ns32k/openbsd.h @@ -63,12 +63,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/pa/openbsd.h b/gnu/egcs/gcc/config/pa/openbsd.h index 7cbbf1c6ffe..6599a342941 100644 --- a/gnu/egcs/gcc/config/pa/openbsd.h +++ b/gnu/egcs/gcc/config/pa/openbsd.h @@ -48,12 +48,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/sparc/openbsd.h b/gnu/egcs/gcc/config/sparc/openbsd.h index 9ff54133bb7..91b9d17d200 100644 --- a/gnu/egcs/gcc/config/sparc/openbsd.h +++ b/gnu/egcs/gcc/config/sparc/openbsd.h @@ -45,12 +45,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/egcs/gcc/config/vax/openbsd.h b/gnu/egcs/gcc/config/vax/openbsd.h index d83c593bc80..7fc2ee6002f 100644 --- a/gnu/egcs/gcc/config/vax/openbsd.h +++ b/gnu/egcs/gcc/config/vax/openbsd.h @@ -28,12 +28,12 @@ Boston, MA 02111-1307, USA. */ /* Layout of source language data types. */ -/* This must agree with <machine/ansi.h> */ +/* This must agree with <machine/_types.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" |