public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Samuel Thibault <sthibaul@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] hurd: Fix unwinding over INTR_MSG_TRAP in shared too
Date: Tue, 14 Feb 2023 19:35:36 +0000 (GMT)	[thread overview]
Message-ID: <20230214193536.3898A3858422@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bf33bf594803642d21ddd90c12fe6aad208716ea

commit bf33bf594803642d21ddd90c12fe6aad208716ea
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Feb 14 19:32:15 2023 +0000

    hurd: Fix unwinding over INTR_MSG_TRAP in shared too
    
    This follows 63550530d98d ("hurd: Fix unwinding over INTR_MSG_TRAP"),
    for the shared library case.

Diff:
---
 hurd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hurd/Makefile b/hurd/Makefile
index 7c34e9ad0d..7ad8aaca50 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -92,6 +92,7 @@ CFLAGS-RPC_exec_startup_get_info.o = $(no-stack-protector)
 
 # Make it simpler to unwind over INTR_MSG_TRAP
 CFLAGS-intr-msg.o = -fno-omit-frame-pointer
+CFLAGS-intr-msg.os = -fno-omit-frame-pointer
 \f
 # Make generated headers compatible with all support standards
 migheaderpipe := | sed -e 's/\<ino64_t\>/__ino64_t/' -e 's/\<loff_t\>/__loff_t/'

                 reply	other threads:[~2023-02-14 19:35 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=20230214193536.3898A3858422@sourceware.org \
    --to=sthibaul@sourceware.org \
    --cc=glibc-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).