From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Tue, 17 Dec 2002 03:43:50 +0000 Subject: Re: [Linux-ia64] Re: gas generates incorrect ia64 unwind rlen values 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 Mon, 16 Dec 2002 19:25:39 -0800, David Mosberger wrote: >Why do you insist on re-discovering old bugs? For the code in >question, the problem is caused by the jump-table generated for the >switch-statement. gcc 2.9x placed jump-tables in the text section, >which violates the ia64 ABI and also confuses the assembler. Which version of gcc to use is not my decision, I have to use 2.96 :(. Thanks anyway.