From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16855 invoked by alias); 18 Jul 2003 14:10:36 -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 16842 invoked from network); 18 Jul 2003 14:10:34 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 18 Jul 2003 14:10:34 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3848B2B7F; Fri, 18 Jul 2003 10:10:28 -0400 (EDT) Message-ID: <3F17FFD4.8010001@redhat.com> Date: Fri, 18 Jul 2003 14:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Schwab , Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix asm-source.exp for ppc References: Content-Type: multipart/mixed; boundary="------------080708070005000702090407" X-SW-Source: 2003-07/txt/msg00337.txt.bz2 This is a multi-part message in MIME format. --------------080708070005000702090407 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 54 Kevin, any problems with this? You know PPC. Andrew --------------080708070005000702090407 Content-Type: message/rfc822; name="mailbox-message://ac131313@movemail/fsf/gdb/patches#2980122" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailbox-message://ac131313@movemail/fsf/gdb/patches#2980122" Content-length: 3739 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: cagney@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D240D2B7B for ; Tue, 15 Jul 2003 11:36:36 -0400 (EDT) Envelope-to: cagney@gnu.org Delivery-date: Sun, 13 Jul 2003 05:13:22 -0400 Received: from fencepost.gnu.org by localhost with IMAP (fetchmail-6.2.1) for cagney@localhost (single-drop); Tue, 15 Jul 2003 11:36:36 -0400 (EDT) Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.20) id 19bcv4-0007VH-LD for cagney@gnu.org; Sun, 13 Jul 2003 05:13:22 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19bcv3-0004iX-77 for cagney@gnu.org; Sun, 13 Jul 2003 05:13:21 -0400 Received: from sources.redhat.com ([67.72.78.213]) by monty-python.gnu.org with smtp (Exim 4.20) id 19bcuw-0004SM-W0 for cagney@gnu.org; Sun, 13 Jul 2003 05:13:16 -0400 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-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Delivered-To: mailing list gdb-patches@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 11:13:08 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, hits=-0.9 required=5.0 tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,X_AUTH_WARNING version=2.41 X-Spam-Level: Content-length: 610 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" --------------080708070005000702090407--