commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited] hurd: Fix unwinding over INTR_MSG_TRAP in shared too


From: Samuel Thibault
Subject: [hurd,commited] hurd: Fix unwinding over INTR_MSG_TRAP in shared too
Date: Tue, 14 Feb 2023 20:36:24 +0100

This follows 63550530d98d ("hurd: Fix unwinding over INTR_MSG_TRAP"),
for the shared library case.
---
 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
 
 # Make generated headers compatible with all support standards
 migheaderpipe := | sed -e 's/\<ino64_t\>/__ino64_t/' -e 
's/\<loff_t\>/__loff_t/'
-- 
2.39.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]