diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-18 22:53:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-18 22:53:20 +0000 |
commit | 28b1733311240d4ef1b0776b5030acb499c3321c (patch) | |
tree | f994067762cf211df57b089fe40a2c8c1c0a5065 /gdb/Makefile.in | |
parent | e3ac4a1e11ab967067fda23a41cc77c5b3dc3382 (diff) | |
download | gdb-28b1733311240d4ef1b0776b5030acb499c3321c.zip gdb-28b1733311240d4ef1b0776b5030acb499c3321c.tar.gz gdb-28b1733311240d4ef1b0776b5030acb499c3321c.tar.bz2 |
* linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
(td_thr_setfpregs_p, td_thr_setgregs_p, thread_db_get_info)
(thread_db_fetch_registers, thread_db_store_registers)
(thread_db_thread_alive, thread_db_state_str): Delete.
(thread_db_load): Don't look up regset functions.
(thread_db_pid_to_str): Simplify.
(thread_db_extra_thread_info): New.
(init_thread_db_ops): Do not set to_fetch_registers,
to_store_registers, or to_thread_alive. Set to_extra_thread_info.
* Makefile.in: Remove linux-thread-db.o rule.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 93a9fd8..5bd3ffd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1534,11 +1534,6 @@ printcmd.o: $(srcdir)/printcmd.c procfs.o: $(srcdir)/procfs.c $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/procfs.c -# FIXME: Thread-db.o gets warnings because the definitions of the register -# sets are different from kernel to kernel. -linux-thread-db.o: $(srcdir)/linux-thread-db.c - $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/linux-thread-db.c - v850ice.o: $(srcdir)/v850ice.c $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ |