Skip to content

Commit

Permalink
hurd: Fix unwinding over INTR_MSG_TRAP in shared too
Browse files Browse the repository at this point in the history
This follows 6355053 ("hurd: Fix unwinding over INTR_MSG_TRAP"),
for the shared library case.
  • Loading branch information
sthibaul committed Feb 14, 2023
1 parent c57c53f commit bf33bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hurd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit bf33bf5

Please sign in to comment.