From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24369 invoked by alias); 11 Feb 2004 22:15:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24357 invoked from network); 11 Feb 2004 22:15:33 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 11 Feb 2004 22:15:33 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id F2193800195; Wed, 11 Feb 2004 17:15:31 -0500 (EST) Message-ID: <402AA983.6070208@redhat.com> Date: Wed, 11 Feb 2004 22:15:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: patch to ia64.inc in gdb.asm testsuite References: <4021904F.1060106@redhat.com> <40294D83.7040708@gnu.org> In-Reply-To: <40294D83.7040708@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00311.txt.bz2 Patch checked in. Thanks. -- Jeff J. Andrew Cagney wrote: >> The attached patch is needed to get the gdb.asm testsuite running >> successfully for ia64. A recent patch changed the link step to use >> the target linker rather than gcc. The old method was defaulting >> dynamic loading. The new code causes a static executable to be >> created with the first insn being that of gdbasm_startup. Previously, >> the first insn was just a mov, but this should be an alloc insn. >> Without this change, a SIGILL is caused for the first insn and the >> tests all fail. > > > If it works for you :-) I'm sure there's going to be more of this fallout. > > Andrew > > >> 2004-02-04 Jeff Johnston >> >> * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction >> executed is an alloc instruction. > > > >