* linux-low.h (linux_thread_area): Delete declaration.
authorPedro Alves <palves@redhat.com>
Tue, 24 Aug 2010 20:13:15 +0000 (20:13 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 24 Aug 2010 20:13:15 +0000 (20:13 +0000)
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.h

index 01fe3f82f4a06ee3c524c40e82317998eaa5db0f..3ad62bae54d32645ff2c8ec0a2baf071a461cae8 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-low.h (linux_thread_area): Delete declaration.
+
 2010-08-11  Thomas Schwinge  <thomas@codesourcery.com>
 
        * linux-low.c (linux_wait_1): Correctly return the ptid of the child
index 65d68a3496250ec5c74e84e127f268fe2c27b015..c5ca1d7f35bb80572421d62658f0fdb6f20c5602 100644 (file)
@@ -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);
This page took 0.034596 seconds and 4 git commands to generate.