]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s-osinte-hpux.ads, [...]: Minor reformatting
authorThomas Quinot <quinot@adacore.com>
Fri, 8 Aug 2008 12:59:14 +0000 (14:59 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Aug 2008 12:59:14 +0000 (14:59 +0200)
2008-08-08  Thomas Quinot  <quinot@adacore.com>

* s-osinte-hpux.ads, s-osinte-irix.ads: Minor reformatting

From-SVN: r138876

gcc/ada/s-osinte-hpux.ads
gcc/ada/s-osinte-irix.ads

index 0fc5ef1db54ed9c1ca6637a635cdfd1b44d42330..29605b8e1d0bf56ae6e634dfce1ad38e9a9af83e 100644 (file)
@@ -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;
 
index 01b01b54222b964bf44f57c6e687090474d22906..5432656208f67c01007780ea5d0f06393106fab8 100644 (file)
@@ -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)