From: John David Anglin Date: Fri, 20 Jun 2008 05:06:24 +0000 (+0000) Subject: re PR ada/36573 (s-intman.adb:232:50: "SA_ONSTACK" is undefined) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d31e498bf5baf0ad8f3cc1dcea8a1f8a042b2cb;p=gcc.git re PR ada/36573 (s-intman.adb:232:50: "SA_ONSTACK" is undefined) PR ada/36573 * s-osinte-hpux-dce.ads (SA_ONSTACK): Define. From-SVN: r136981 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 9282491a1df..74728b2ae3e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2008-06-20 John David Anglin + + PR ada/36573 + * s-osinte-hpux-dce.ads (SA_ONSTACK): Define. + 2008-06-15 Ralf Wildenhues * gnat_rm.texi (Implementation Defined Characteristics) diff --git a/gcc/ada/s-osinte-hpux-dce.ads b/gcc/ada/s-osinte-hpux-dce.ads index 687f9ecf6ad..d296cfe1f27 100644 --- a/gcc/ada/s-osinte-hpux-dce.ads +++ b/gcc/ada/s-osinte-hpux-dce.ads @@ -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;