From: Samuel Thibault Date: Tue, 14 Feb 2023 19:32:15 +0000 (+0000) Subject: hurd: Fix unwinding over INTR_MSG_TRAP in shared too X-Git-Tag: glibc-2.38~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf33bf594803642d21ddd90c12fe6aad208716ea;p=thirdparty%2Fglibc.git 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 --git a/hurd/Makefile b/hurd/Makefile index 7c34e9ad0df..7ad8aaca503 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/'