From: Matthias Klose Date: Mon, 26 Nov 2018 13:30:50 +0000 (+0000) Subject: re PR ada/88191 (ada bootstrap failure on alpha-linux-gnu ("SIGSYS" not declared... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7548e4963140a1c8ec755a8b6dd58c7cb6008e3f;p=gcc.git re PR ada/88191 (ada bootstrap failure on alpha-linux-gnu ("SIGSYS" not declared in "Linux")) 2018-11-26 Matthias Klose PR ada/88191 * libgnarl/s-linux__alpha.ads: Define SIGSYS. From-SVN: r266459 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 733bfe006e2..160ca997e8e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2018-11-26 Matthias Klose + + PR ada/88191 + * libgnarl/s-linux__alpha.ads: Define SIGSYS. + 2018-11-19 Alexandre Oliva PR ada/81878 diff --git a/gcc/ada/libgnarl/s-linux__alpha.ads b/gcc/ada/libgnarl/s-linux__alpha.ads index 96602ca7dc1..0f01f30094e 100644 --- a/gcc/ada/libgnarl/s-linux__alpha.ads +++ b/gcc/ada/libgnarl/s-linux__alpha.ads @@ -87,6 +87,7 @@ package System.Linux is SIGKILL : constant := 9; -- kill (cannot be caught or ignored) SIGBUS : constant := 10; -- bus error SIGSEGV : constant := 11; -- segmentation violation + SIGSYS : constant := 12; -- bad system call SIGPIPE : constant := 13; -- write on a pipe with no one to read it SIGALRM : constant := 14; -- alarm clock SIGTERM : constant := 15; -- software termination signal from kill