From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 15 Nov 2002 16:58:33 +0000 Subject: Re: [Linux-ia64] One little, two little, three little endian... Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 15 Nov 2002 10:11:56 -0600, Mario Smarduch said: Mario> David a quick question. Even though the library problem is Mario> overcomed, how would signal handling be accomplished by an Mario> application running in big-endian. Doesn't the kernel fill in Mario> the siginfo and context while runing in little endian? Yes, signal-handling would have to be adjusted, just like we do for an x86 process (the signal stack format is somewhat different for hp-ux at any rate, so it's more than just endianness). --david