From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 721 invoked by alias); 21 Jul 2003 23:56:03 -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 713 invoked from network); 21 Jul 2003 23:56:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Jul 2003 23:56:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6LNu2H27828 for ; Mon, 21 Jul 2003 19:56:02 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6LNu2I19490; Mon, 21 Jul 2003 19:56:02 -0400 Received: from localhost.localdomain (vpn50-28.rdu.redhat.com [172.16.50.28]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6LNu1x09183; Mon, 21 Jul 2003 19:56:01 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6LNtuH21565; Mon, 21 Jul 2003 16:55:56 -0700 Date: Mon, 21 Jul 2003 23:56:00 -0000 From: Kevin Buettner Message-Id: <1030721235555.ZM21564@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [RFA] Fix asm-source.exp for ppc" (Jul 18, 10:10am) References: <3F17FFD4.8010001@redhat.com> To: Andrew Cagney , Andreas Schwab , Kevin Buettner Subject: Re: [RFA] Fix asm-source.exp for ppc Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00385.txt.bz2 It looks reasonable to me. I think it should go into both the mainline and the 6.0 branch. Kevin On Jul 18, 10:10am, Andrew Cagney wrote: > Kevin, any problems with this? You know PPC. > > Andrew > > To: gdb-patches@sources.redhat.com > Subject: [RFA] Fix asm-source.exp for ppc > From: Andreas Schwab > Date: Sun, 13 Jul 2003 11:13:08 +0200 > > There is no implicit alignment of the text section on ppc, so without > an explicit alignment it may end up on a unaligned address (due to a > preceding unaligned .dynstr section). > > OK for mainline and 6.0 branch? > > Andreas. > > 2003-07-13 Andreas Schwab > > * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment. > > --- gdb/testsuite/gdb.asm/powerpc.inc.~1.1.~ 2002-04-05 04:48:33.000000000 +0200 > +++ gdb/testsuite/gdb.asm/powerpc.inc 2003-07-13 11:00:08.000000000 +0200 > @@ -36,6 +36,7 @@ > > comment "crt0 startup" > .macro gdbasm_startup > + .p2align 2 > .endm > > comment "Declare a data variable"