OSDN Git Service

* config.in (LIBTHREAD_DB_SO): New macro.
authorkevinb <kevinb>
Thu, 16 Jan 2003 18:20:18 +0000 (18:20 +0000)
committerkevinb <kevinb>
Thu, 16 Jan 2003 18:20:18 +0000 (18:20 +0000)
* configure.in (mips64*linux*): Remove no-threads.o from
TARGET_MODULES list.  Add thread-db.o to this list.
* configure: Regenerate.

rda/unix/ChangeLog
rda/unix/config.in
rda/unix/configure
rda/unix/configure.in

index 378eb1d..cf53502 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * config.in (LIBTHREAD_DB_SO): New macro.
+       * configure.in (mips64*linux*): Remove no-threads.o from
+       TARGET_MODULES list.  Add thread-db.o to this list.
+       * configure: Regenerate.
+
 2003-01-10  Kevin Buettner  <kevinb@redhat.com>
 
        * Makefile.in: Regenerate using "automake --cygnus --ignore-deps".
index 54fcb1d..118630e 100644 (file)
 
 /* Define if system headers will define prfpregset_t */
 #undef HAVE_PRFPREGSET_T
+
+/* Define name / location of libthread_db.so */
+#undef LIBTHREAD_DB_SO
index 365573a..8f3bdd9 100755 (executable)
@@ -4104,7 +4104,7 @@ done
 
 case "$target" in
   mips64*linux*)
-    TARGET_MODULES="linux-target.o no-threads.o ptrace-target.o"
+    TARGET_MODULES="linux-target.o thread-db.o ptrace-target.o"
     cat >>confdefs.h <<\_ACEOF
 #define LINUX_TARGET 1
 _ACEOF
index 1406dd1..956a352 100644 (file)
@@ -31,7 +31,7 @@ dnl define ptrace_arg3_type
 
 case "$target" in
   mips64*linux*)
-    TARGET_MODULES="linux-target.o no-threads.o ptrace-target.o" 
+    TARGET_MODULES="linux-target.o thread-db.o ptrace-target.o" 
     AC_DEFINE(LINUX_TARGET)
     AC_DEFINE(GREGSET_T,  prgregset_t)
     AC_DEFINE(FPREGSET_T, prfpregset_t)