re PR ada/88191 (ada bootstrap failure on alpha-linux-gnu ("SIGSYS" not declared...
authorMatthias Klose <doko@ubuntu.com>
Mon, 26 Nov 2018 13:30:50 +0000 (13:30 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Mon, 26 Nov 2018 13:30:50 +0000 (13:30 +0000)
2018-11-26  Matthias Klose <doko@ubuntu.com>

        PR ada/88191
        * libgnarl/s-linux__alpha.ads: Define SIGSYS.

From-SVN: r266459

gcc/ada/ChangeLog
gcc/ada/libgnarl/s-linux__alpha.ads

index 733bfe0..160ca99 100644 (file)
@@ -1,3 +1,8 @@
+2018-11-26  Matthias Klose <doko@ubuntu.com>
+
+       PR ada/88191
+       * libgnarl/s-linux__alpha.ads: Define SIGSYS.
+
 2018-11-19  Alexandre Oliva <oliva@adacore.com>
 
        PR ada/81878
index 96602ca..0f01f30 100644 (file)
@@ -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