re PR ada/36573 (s-intman.adb:232:50: "SA_ONSTACK" is undefined)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Fri, 20 Jun 2008 05:06:24 +0000 (05:06 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 20 Jun 2008 05:06:24 +0000 (05:06 +0000)
PR ada/36573
* s-osinte-hpux-dce.ads (SA_ONSTACK): Define.

From-SVN: r136981

gcc/ada/ChangeLog
gcc/ada/s-osinte-hpux-dce.ads

index 9282491a1dfdde979355f0890129b327e278679f..74728b2ae3e12595be1b08be72b6462c758b19ce 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR ada/36573
+       * s-osinte-hpux-dce.ads (SA_ONSTACK): Define.
+
 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gnat_rm.texi (Implementation Defined Characteristics)
index 687f9ecf6ade6e52a3483882058c7f1e824e79df..d296cfe1f271c607c447aa56c964210f1362e317 100644 (file)
@@ -168,6 +168,7 @@ package System.OS_Interface is
 
    SA_RESTART  : constant  := 16#40#;
    SA_SIGINFO  : constant  := 16#10#;
+   SA_ONSTACK  : constant  := 16#01#;
 
    SIG_BLOCK   : constant  := 0;
    SIG_UNBLOCK : constant  := 1;