]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Fix unwinding over INTR_MSG_TRAP in shared too
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 14 Feb 2023 19:32:15 +0000 (19:32 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 14 Feb 2023 19:32:15 +0000 (19:32 +0000)
This follows 63550530d98d ("hurd: Fix unwinding over INTR_MSG_TRAP"),
for the shared library case.

hurd/Makefile

index 7c34e9ad0dfe2959a61605296d74adc479830d83..7ad8aaca503c43d033229f982e9a81f72455aedc 100644 (file)
@@ -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/'