* win32-nat.c (get_image_name): Check return value from ReadProcessMemory.
[deliverable/binutils-gdb.git] / gdb / i386gnu-tdep.c
index fa56428ec55aef8accd3cc23e100948c1ba8bf68..297d566abcbdc77cfb763b3ca5058e88881c074f 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent code for the GNU Hurd.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,6 +19,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
+#include "osabi.h"
 
 #include "i386-tdep.h"
 
@@ -39,5 +40,5 @@ extern void _initialize_i386gnu_tdep (void);
 void
 _initialize_i386gnu_tdep (void)
 {
-  gdbarch_register_osabi (bfd_arch_i386, GDB_OSABI_HURD, i386gnu_init_abi);
+  gdbarch_register_osabi (bfd_arch_i386, 0, GDB_OSABI_HURD, i386gnu_init_abi);
 }
This page took 0.025748 seconds and 4 git commands to generate.