$OpenBSD: patch-gcc_config_i386_openbsdelf_h,v 1.2 2009/04/16 18:36:48 espie Exp $
--- gcc/config/i386/openbsdelf.h.orig	Sat Sep  1 17:28:30 2007
+++ gcc/config/i386/openbsdelf.h	Sat Apr 11 14:07:21 2009
@@ -55,10 +55,10 @@ along with GCC; see the file COPYING3.  If not see
 
 /* This must agree with <machine/ansi.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"
@@ -109,9 +109,6 @@ along with GCC; see the file COPYING3.  If not see
   fputs (flag_pic ? "\tcall __mcount@PLT\n": "\tcall __mcount\n", FILE);
 
 /* Assembler format: exception region output.  */
-
-/* our configuration still doesn't handle dwarf2 correctly */
-#define DWARF2_UNWIND_INFO 0
 
 /* Assembler format: alignment output.  */
 
