public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@sourceware.org>
To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org
Subject: [binutils-gdb] gcc: Add 'mcf' thread model support from mcfgthread
Date: Sat, 12 Aug 2023 01:00:28 +0000 (GMT)	[thread overview]
Message-ID: <20230812010028.729BB3858401@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3a712247e2c3fee69e682b2bea336df1b9649e60

commit 3a712247e2c3fee69e682b2bea336df1b9649e60
Author: LIU Hao <lh_mouse@126.com>
Date:   Mon Aug 7 13:07:22 2023 +0200

    gcc: Add 'mcf' thread model support from mcfgthread
    
    This patch adds the new thread model `mcf`, which implements mutexes
    and condition variables with the mcfgthread library.
    
    Source code for mcfgthread is available at <https://github.com/lhmouse/mcfgthread>.
    
    config/
            * gthr.m4 (GCC_AC_THREAD_HEADER): Add new case for `mcf` thread
            model

Diff:
---
 config/gthr.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/gthr.m4 b/config/gthr.m4
index 4b937306ad0..11996247f15 100644
--- a/config/gthr.m4
+++ b/config/gthr.m4
@@ -22,6 +22,7 @@ case $1 in
     tpf)	thread_header=config/s390/gthr-tpf.h ;;
     vxworks)	thread_header=config/gthr-vxworks.h ;;
     win32)	thread_header=config/i386/gthr-win32.h ;;
+    mcf)	thread_header=config/i386/gthr-mcf.h ;;
 esac
 AC_SUBST(thread_header)
 ])

                 reply	other threads:[~2023-08-12  1:00 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=20230812010028.729BB3858401@sourceware.org \
    --to=amodra@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /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).