]> Git Repo - binutils.git/blobdiff - gdb/gdbserver/linux-i386-low.c
ChangeLog:
[binutils.git] / gdb / gdbserver / linux-i386-low.c
index 122951d02c9cd48b25f4285fffaaa79d7959d707..46138ec013502905bc6bfb1cf54fa7845647c90b 100644 (file)
@@ -1,6 +1,6 @@
 /* GNU/Linux/i386 specific low level interface, for the remote server for GDB.
    Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #define PTRACE_GET_THREAD_AREA 25
 #endif
 
+/* Defined in auto-generated file reg-i386-linux.c.  */
+void init_registers_i386_linux (void);
+
+
 /* This module only supports access to the general purpose registers.  */
 
 #define i386_num_regs 16
@@ -185,6 +189,7 @@ i386_breakpoint_at (CORE_ADDR pc)
 }
 
 struct linux_target_ops the_low_target = {
+  init_registers_i386_linux,
   i386_num_regs,
   i386_regmap,
   i386_cannot_fetch_register,
@@ -200,6 +205,6 @@ struct linux_target_ops the_low_target = {
   NULL,
   NULL,
   NULL,
-  0,
-  "i386"
+  NULL,
+  NULL,
 };
This page took 0.027442 seconds and 4 git commands to generate.