$OpenBSD: patch-gcc_config_i386_openbsdelf_h,v 1.3 2011/02/08 09:37:51 espie Exp $
--- gcc/config/i386/openbsdelf.h.orig	Sat Sep  1 17:28:30 2007
+++ gcc/config/i386/openbsdelf.h	Mon Feb  7 16:45:06 2011
@@ -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"
@@ -110,9 +110,6 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Assembler format: exception region output.  */
 
-/* our configuration still doesn't handle dwarf2 correctly */
-#define DWARF2_UNWIND_INFO 0
-
 /* Assembler format: alignment output.  */
 
 /* Note that we pick up ASM_OUTPUT_MAX_SKIP_ALIGN from i386/gas.h */
@@ -129,3 +126,6 @@ along with GCC; see the file COPYING3.  If not see
    %{!dynamic-linker:-dynamic-linker /usr/libexec/ld.so}"
 
 #define OBSD_HAS_CORRECT_SPECS
+
+/* Define this for chromium.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
