From: Pedro Alves Date: Tue, 24 Aug 2010 20:13:15 +0000 (+0000) Subject: * linux-low.h (linux_thread_area): Delete declaration. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5f21a75bc5b89178767ffe82a00c9c054247b85d;p=deliverable%2Fbinutils-gdb.git * linux-low.h (linux_thread_area): Delete declaration. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 01fe3f82f4..3ad62bae54 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2010-08-24 Pedro Alves + + * linux-low.h (linux_thread_area): Delete declaration. + 2010-08-11 Thomas Schwinge * linux-low.c (linux_wait_1): Correctly return the ptid of the child diff --git a/gdb/gdbserver/linux-low.h b/gdb/gdbserver/linux-low.h index 65d68a3496..c5ca1d7f35 100644 --- a/gdb/gdbserver/linux-low.h +++ b/gdb/gdbserver/linux-low.h @@ -259,7 +259,6 @@ int elf_64_file_p (const char *file); void linux_attach_lwp (unsigned long pid); struct lwp_info *find_lwp_pid (ptid_t ptid); -int linux_get_thread_area (int lwpid, CORE_ADDR *area); /* From thread-db.c */ int thread_db_init (int use_events);