* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
authorJoel Brobecker <brobecker@gnat.com>
Thu, 13 May 2004 22:31:53 +0000 (22:31 +0000)
committerJoel Brobecker <brobecker@gnat.com>
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 42b88a3b31af04e4072e4c306e43da1acc4e9ad7..1165a0c1e965143e02fa48245a68b6de3f8ce08c 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 5e8fadffe301864db9f9b7fd7b4b2fdd28b14b3f..93c532b157bf9c26fa8e25791a990257cbcddff4 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,