public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: rda@sources.redhat.com
Subject: [PATCH] Enable thread support for mips64 linux targets
Date: Thu, 16 Jan 2003 18:27:00 -0000	[thread overview]
Message-ID: <1030116182702.ZM31298@localhost.localdomain> (raw)

I've just committed the patch below.

LIBTHREAD_DB_SO doesn't need to be in config.in right now.  I thought I
needed it for a while (and had actually changed configure.in to modify
it for n32 and n64), but it turned out to not be necessary.  I'm leaving
it in config.in though to make it easier to change it in configure.in
in the future if the need should arise.

	* 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.

Index: unix/config.in
===================================================================
RCS file: /cvs/src/src/rda/unix/config.in,v
retrieving revision 1.2
diff -u -p -r1.2 config.in
--- unix/config.in	27 Nov 2002 21:28:31 -0000	1.2
+++ unix/config.in	16 Jan 2003 18:13:53 -0000
@@ -130,3 +130,6 @@
 
 /* Define if system headers will define prfpregset_t */
 #undef HAVE_PRFPREGSET_T
+
+/* Define name / location of libthread_db.so */
+#undef LIBTHREAD_DB_SO
Index: unix/configure.in
===================================================================
RCS file: /cvs/src/src/rda/unix/configure.in,v
retrieving revision 1.2
diff -u -p -r1.2 configure.in
--- unix/configure.in	27 Nov 2002 21:28:31 -0000	1.2
+++ unix/configure.in	16 Jan 2003 18:13:54 -0000
@@ -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)

                 reply	other threads:[~2003-01-16 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1030116182702.ZM31298@localhost.localdomain \
    --to=kevinb@redhat.com \
    --cc=rda@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).