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

Message ID 20230214193624.1754631-1-samuel.thibault@ens-lyon.org
State Committed, archived
Headers
Series [hurd,commited] hurd: Fix unwinding over INTR_MSG_TRAP in shared too |

Checks

Context Check Description
dj/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
dj/TryBot-32bit fail Patch series failed to apply

Commit Message

Samuel Thibault Feb. 14, 2023, 7:36 p.m. UTC
  This follows 63550530d98d ("hurd: Fix unwinding over INTR_MSG_TRAP"),
for the shared library case.
---
 hurd/Makefile | 1 +
 1 file changed, 1 insertion(+)
  

Patch

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