From bf33bf594803642d21ddd90c12fe6aad208716ea Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 14 Feb 2023 19:32:15 +0000 Subject: [PATCH] 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. --- 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/' -e 's/\/__loff_t/'