OSDN Git Service

* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
authorbrobecke <brobecke>
Thu, 13 May 2004 22:31:53 +0000 (22:31 +0000)
committerbrobecke <brobecke>
Thu, 13 May 2004 22:31:53 +0000 (22:31 +0000)
        error that was causing the build to fail.

gdb/ChangeLog
gdb/aix-thread.c

index 42b88a3..1165a0c 100644 (file)
@@ -1,5 +1,10 @@
 2004-05-13  J. Brobecker  <brobecker@gnat.com>
 
+       * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
+       error that was causing the build to fail.
+
+2004-05-13  J. Brobecker  <brobecker@gnat.com>
+
        * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
        * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
 
index 5e8fadf..93c532b 100644 (file)
@@ -1468,7 +1468,6 @@ store_regs_kernel_thread (int regno, pthdb_tid_t tid)
   struct ptxsprs sprs64;
   struct ptsprs  sprs32;
   int i;
-  struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
 
   if (debug_aix_thread)
     fprintf_unfiltered (gdb_stdlog,