diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-08 14:59:14 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-08 14:59:14 +0200 |
commit | d65251b83d49c8c78aa31fcf33eb287a91aa3dea (patch) | |
tree | 71d299751afbd90a06a8395bd6f7aa54965f4845 /gcc | |
parent | 79a776a8ef4330fa904f8ea428d4bb11b0011dd7 (diff) | |
download | gcc-d65251b83d49c8c78aa31fcf33eb287a91aa3dea.zip gcc-d65251b83d49c8c78aa31fcf33eb287a91aa3dea.tar.gz gcc-d65251b83d49c8c78aa31fcf33eb287a91aa3dea.tar.bz2 |
s-osinte-hpux.ads, [...]: Minor reformatting
2008-08-08 Thomas Quinot <quinot@adacore.com>
* s-osinte-hpux.ads, s-osinte-irix.ads: Minor reformatting
From-SVN: r138876
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/s-osinte-hpux.ads | 3 | ||||
-rw-r--r-- | gcc/ada/s-osinte-irix.ads | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-osinte-hpux.ads b/gcc/ada/s-osinte-hpux.ads index 0fc5ef1..29605b8 100644 --- a/gcc/ada/s-osinte-hpux.ads +++ b/gcc/ada/s-osinte-hpux.ads @@ -86,7 +86,7 @@ package System.OS_Interface is SIGILL : constant := 4; -- illegal instruction (not reset) SIGTRAP : constant := 5; -- trace trap (not reset) SIGIOT : constant := 6; -- IOT instruction - SIGABRT : constant := 6; -- used by abort, replace SIGIOT in the future + SIGABRT : constant := 6; -- used by abort, replace SIGIOT in the future SIGEMT : constant := 7; -- EMT instruction SIGFPE : constant := 8; -- floating point exception SIGKILL : constant := 9; -- kill (cannot be caught or ignored) @@ -122,6 +122,7 @@ package System.OS_Interface is SIGADAABORT : constant := SIGABRT; -- Note: on other targets, we usually use SIGABRT, but on HPUX, it -- appears that SIGABRT can't be used in sigwait(), so we use SIGTERM. + -- Do we use SIGTERM or SIGABRT??? type Signal_Set is array (Natural range <>) of Signal; diff --git a/gcc/ada/s-osinte-irix.ads b/gcc/ada/s-osinte-irix.ads index 01b01b5..5432656 100644 --- a/gcc/ada/s-osinte-irix.ads +++ b/gcc/ada/s-osinte-irix.ads @@ -87,8 +87,7 @@ package System.OS_Interface is SIGILL : constant := 4; -- illegal instruction (not reset) SIGTRAP : constant := 5; -- trace trap (not reset) SIGIOT : constant := 6; -- IOT instruction - SIGABRT : constant := 6; -- used by abort, replace SIGIOT in the - -- future + SIGABRT : constant := 6; -- used by abort, replace SIGIOT in the future SIGEMT : constant := 7; -- EMT instruction SIGFPE : constant := 8; -- floating point exception SIGKILL : constant := 9; -- kill (cannot be caught or ignored) |