about summary refs log tree commit diff
path: root/linuxthreads_db/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-06-12 21:02:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-06-12 21:02:37 +0000
commitf6e5022bf85586c825739acf5eea988ee5f9c5c8 (patch)
treeb3ad91831bd148bde11af2d7ac3cde8700665008 /linuxthreads_db/Makefile
parent69734e6b922ad63f6fd74b1f894c6e3d64216ba7 (diff)
downloadglibc-f6e5022bf85586c825739acf5eea988ee5f9c5c8.tar.gz
glibc-f6e5022bf85586c825739acf5eea988ee5f9c5c8.tar.xz
glibc-f6e5022bf85586c825739acf5eea988ee5f9c5c8.zip
Update.
Diffstat (limited to 'linuxthreads_db/Makefile')
-rw-r--r--linuxthreads_db/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads_db/Makefile b/linuxthreads_db/Makefile
index 8e56774f9c..30eba9f042 100644
--- a/linuxthreads_db/Makefile
+++ b/linuxthreads_db/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -39,7 +39,7 @@ libthread_db-routines = td_init td_log td_ta_delete td_ta_get_nthreads      \
 			td_thr_event_enable td_thr_set_event 		    \
 			td_thr_clear_event td_thr_event_getmsg		    \
 			td_ta_set_event td_ta_event_getmsg		    \
-			td_ta_clear_event td_symbol_list
+			td_ta_clear_event td_symbol_list td_thr_tls_get_addr
 
 libthread_db-inhibit-o = $(filter-out .os,$(object-suffixes))