------- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca 2008-06-19
02:11 -------
Subject: Re: New: s-intman.adb:232:50: "SA_ONSTACK" is undefined
> s-intman.adb:232:50: "SA_ONSTACK" is undefined
Looks like we need something like the following:
Index: s-osinte-hpux-dce.ads
===================================================================
--- s-osinte-hpux-dce.ads (revision 136792)
+++ s-osinte-hpux-dce.ads (working copy)
@@ -168,6 +168,7 @@
SA_RESTART : constant := 16#40#;
SA_SIGINFO : constant := 16#10#;
+ SA_ONSTACK : constant := 16#01#;
SIG_BLOCK : constant := 0;
SIG_UNBLOCK : constant := 1;
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36573