From: Joel Brobecker Date: Thu, 13 May 2004 22:31:53 +0000 (+0000) Subject: * aix-thread.c (store_regs_kernel_thread): Fix a little obvious X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=349766b20512ee431fe22b4cc01881620c6d6dde;p=binutils-gdb.git * aix-thread.c (store_regs_kernel_thread): Fix a little obvious error that was causing the build to fail. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42b88a3b31a..1165a0c1e96 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-05-13 J. Brobecker + + * aix-thread.c (store_regs_kernel_thread): Fix a little obvious + error that was causing the build to fail. + 2004-05-13 J. Brobecker * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy. diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index 5e8fadffe30..93c532b157b 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -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,