comparison gcc/ada/libgnarl/s-linux__mips.ads @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
4 -- -- 4 -- --
5 -- S Y S T E M . L I N U X -- 5 -- S Y S T E M . L I N U X --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 2009-2018, Free Software Foundation, Inc. -- 9 -- Copyright (C) 2009-2019, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNARL is free software; you can redistribute it and/or modify it under -- 11 -- GNARL is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
80 SIGINT : constant := 2; -- interrupt (rubout) 80 SIGINT : constant := 2; -- interrupt (rubout)
81 SIGQUIT : constant := 3; -- quit (ASCD FS) 81 SIGQUIT : constant := 3; -- quit (ASCD FS)
82 SIGILL : constant := 4; -- illegal instruction (not reset) 82 SIGILL : constant := 4; -- illegal instruction (not reset)
83 SIGTRAP : constant := 5; -- trace trap (not reset) 83 SIGTRAP : constant := 5; -- trace trap (not reset)
84 SIGIOT : constant := 6; -- IOT instruction 84 SIGIOT : constant := 6; -- IOT instruction
85 SIGABRT : constant := 6; -- used by abort, replace SIGIOT in the future 85 SIGABRT : constant := 6; -- used by abort, replace SIGIOT in the future
86 SIGEMT : constant := 7; -- EMT 86 SIGEMT : constant := 7; -- EMT
87 SIGFPE : constant := 8; -- floating point exception 87 SIGFPE : constant := 8; -- floating point exception
88 SIGKILL : constant := 9; -- kill (cannot be caught or ignored) 88 SIGKILL : constant := 9; -- kill (cannot be caught or ignored)
89 SIGBUS : constant := 10; -- bus error 89 SIGBUS : constant := 10; -- bus error
90 SIGSEGV : constant := 11; -- segmentation violation 90 SIGSEGV : constant := 11; -- segmentation violation
109 SIGVTALRM : constant := 28; -- virtual timer expired 109 SIGVTALRM : constant := 28; -- virtual timer expired
110 SIGPROF : constant := 29; -- profiling timer expired 110 SIGPROF : constant := 29; -- profiling timer expired
111 SIGXCPU : constant := 30; -- CPU time limit exceeded 111 SIGXCPU : constant := 30; -- CPU time limit exceeded
112 SIGXFSZ : constant := 31; -- filesize limit exceeded 112 SIGXFSZ : constant := 31; -- filesize limit exceeded
113 113
114 SIGLTHRRES : constant := 32; -- GNU/LinuxThreads restart signal 114 SIG32 : constant := 32; -- glibc internal signal
115 SIGLTHRCAN : constant := 33; -- GNU/LinuxThreads cancel signal 115 SIG33 : constant := 33; -- glibc internal signal
116 SIGLTHRDBG : constant := 34; -- GNU/LinuxThreads debugger signal 116 SIG34 : constant := 34; -- glibc internal signal
117 117
118 -- These don't exist for Linux/MIPS. The constants are present 118 -- These don't exist for Linux/MIPS. The constants are present
119 -- so that we can continue to use a-intnam-linux.ads. 119 -- so that we can continue to use a-intnam-linux.ads.
120 SIGLOST : constant := 0; -- File lock lost 120 SIGLOST : constant := 0; -- File lock lost
121 SIGSTKFLT : constant := 0; -- coprocessor stack fault (Linux) 121 SIGSTKFLT : constant := 0; -- coprocessor stack fault (Linux)