From: Daniel King Date: Mon, 14 Oct 2024 09:08:26 +0000 (+0100) Subject: ada: CheriBSD: add SIGPROT handler X-Git-Tag: basepoints/gcc-16~4643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b96c61776040822bb6a95bfb89e44b6d61cf602;p=thirdparty%2Fgcc.git ada: CheriBSD: add SIGPROT handler gcc/ada/ChangeLog: * libgnarl/s-intman__cheribsd.adb: Add SIGPROT to interrupt list. --- diff --git a/gcc/ada/libgnarl/s-intman__cheribsd.adb b/gcc/ada/libgnarl/s-intman__cheribsd.adb index 3b5f16d01c58..c6d7d0b0a54f 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