+2016-05-23 Gary Benson <gbenson@redhat.com>
+
+ * nat/gdb_thread_db.h (td_thr_validate_ftype): Remove typedef.
+ * linux-thread-db.c (struct thread_db_info) <td_thr_validate_p>:
+ Remove field.
+ (try_thread_db_load_1): Remove td_thr_validate initialization.
+
2016-05-23 Jon Boden <jon@ubuntubsd.org> (tiny change)
* configure.ac: Search for libutil-freebsd as alternative to libutil.
td_ta_new_ftype *td_ta_new_p;
td_ta_map_lwp2thr_ftype *td_ta_map_lwp2thr_p;
td_ta_thr_iter_ftype *td_ta_thr_iter_p;
- td_thr_validate_ftype *td_thr_validate_p;
td_thr_get_info_ftype *td_thr_get_info_p;
td_thr_tls_get_addr_ftype *td_thr_tls_get_addr_p;
td_thr_tlsbase_ftype *td_thr_tlsbase_p;
/* These are essential. */
CHK (TDB_VERBOSE_DLSYM (info, td_ta_map_lwp2thr));
- CHK (TDB_VERBOSE_DLSYM (info, td_thr_validate));
CHK (TDB_VERBOSE_DLSYM (info, td_thr_get_info));
/* These are not essential. */
typedef td_err_e (td_ta_event_getmsg_ftype) (const td_thragent_t *ta,
td_event_msg_t *msg);
-typedef td_err_e (td_thr_validate_ftype) (const td_thrhandle_t *th);
typedef td_err_e (td_thr_get_info_ftype) (const td_thrhandle_t *th,
td_thrinfo_t *infop);
typedef td_err_e (td_thr_event_enable_ftype) (const td_thrhandle_t *th,