From a0841d7ad2cd86e901b6961f1616144aebe8c336 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 17 Jan 2006 14:57:43 +0000 Subject: * complaints.c (stop_whining): Make signed. * linux-thread-db.c (thread_db_store_registers): Use gdb_byte. --- gdb/linux-thread-db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/linux-thread-db.c') diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 536170e..76b7d0c 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1,6 +1,6 @@ /* libthread_db assisted debugging support, generic parts. - Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 + Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GDB. @@ -1048,7 +1048,7 @@ thread_db_store_registers (int regno) if (regno != -1) { - char raw[MAX_REGISTER_SIZE]; + gdb_byte raw[MAX_REGISTER_SIZE]; deprecated_read_register_gen (regno, raw); thread_db_fetch_registers (-1); -- cgit v1.1