From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17118 invoked by alias); 13 Jul 2003 09:13:13 -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 17107 invoked from network); 13 Jul 2003 09:13:11 -0000 Received: from unknown (HELO lisa.goe.net) (134.76.166.209) by sources.redhat.com with SMTP; 13 Jul 2003 09:13:11 -0000 Received: from mutter.goe.net (mutter-lisa0.a11.local [192.168.31.26]) by lisa.goe.net (8.12.6/8.12.6) with ESMTP id h6D9DAqI005050 for ; Sun, 13 Jul 2003 11:13:10 +0200 Received: from whitebox.a11.local ([192.168.31.90] helo=whitebox.as.local) by mutter.goe.net with esmtp (Exim 4.20) id 19bcur-0008Oy-Il for gdb-patches@sources.redhat.com; Sun, 13 Jul 2003 11:13:09 +0200 Received: from whitebox.as.local (localhost [127.0.0.1]) by whitebox.as.local (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id h6D9D8OQ014284 for ; Sun, 13 Jul 2003 11:13:10 +0200 Received: (from andreas@localhost) by whitebox.as.local (8.12.7/8.12.7/Submit) id h6D9D8u4014283; Sun, 13 Jul 2003 11:13:08 +0200 X-Authentication-Warning: whitebox.as.local: andreas set sender to schwab@suse.de using -f To: gdb-patches@sources.redhat.com Subject: [RFA] Fix asm-source.exp for ppc From: Andreas Schwab X-Yow: What GOOD is a CARDBOARD suitcase ANYWAY? Date: Sun, 13 Jul 2003 09:13:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00260.txt.bz2 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"