From: Daniel King <[email protected]>
gcc/ada/ChangeLog:
* libgnarl/s-intman__cheribsd.adb: Add SIGPROT to interrupt list.
Tested on x86_64-pc-linux-gnu, committed on master.
---
gcc/ada/libgnarl/s-intman__cheribsd.adb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/ada/libgnarl/s-intman__cheribsd.adb
b/gcc/ada/libgnarl/s-intman__cheribsd.adb
index 3b5f16d01c5..c6d7d0b0a54 100644
--- a/gcc/ada/libgnarl/s-intman__cheribsd.adb
+++ b/gcc/ada/libgnarl/s-intman__cheribsd.adb
@@ -68,7 +68,7 @@ package body System.Interrupt_Management is
type Interrupt_List is array (Interrupt_ID range <>) of Interrupt_ID;
Exception_Interrupts : constant Interrupt_List :=
- [SIGFPE, SIGILL, SIGSEGV, SIGBUS];
+ [SIGFPE, SIGILL, SIGSEGV, SIGBUS, SIGPROT];
Unreserve_All_Interrupts : constant Interfaces.C.int;
pragma Import
--
2.43.0