public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Fix unwinding over INTR_MSG_TRAP in shared too
@ 2023-02-14 19:35 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-02-14 19:35 UTC (permalink / raw)
  To: glibc-cvs

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/'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-14 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 19:35 [glibc] hurd: Fix unwinding over INTR_MSG_TRAP in shared too Samuel Thibault

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