From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1152 invoked by alias); 19 Jun 2008 02:12:10 -0000 Received: (qmail 1087 invoked by alias); 19 Jun 2008 02:11:26 -0000 Date: Thu, 19 Jun 2008 02:12:00 -0000 Message-ID: <20080619021126.1086.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/36573] s-intman.adb:232:50: "SA_ONSTACK" is undefined In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave at hiauly1 dot hia dot nrc dot ca" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-06/txt/msg01119.txt.bz2 ------- 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