From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26839 invoked by alias); 1 Dec 2005 05:41:51 -0000 Received: (qmail 26831 invoked by uid 22791); 1 Dec 2005 05:41:51 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Dec 2005 05:41:50 +0000 Received: by zproxy.gmail.com with SMTP id l1so189971nzf for ; Wed, 30 Nov 2005 21:41:48 -0800 (PST) Received: by 10.37.12.24 with SMTP id p24mr1224371nzi; Wed, 30 Nov 2005 21:41:48 -0800 (PST) Received: by 10.37.2.6 with HTTP; Wed, 30 Nov 2005 21:41:48 -0800 (PST) Message-ID: <8f2776cb0511302141q6629a801laf783dcddb7a973d@mail.gmail.com> Date: Thu, 01 Dec 2005 05:41:00 -0000 From: Jim Blandy To: Randolph Chung Subject: Re: [RFA] Fix gdb.asm/asm-source.exp for hppa64-hpux Cc: gdb-patches@sources.redhat.com In-Reply-To: <438E3C26.4010805@tausq.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <438E3C26.4010805@tausq.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00001.txt.bz2 On 11/30/05, Randolph Chung wrote: > On HPUX, the assembler requires that only labels can start at the first > column (yes, really! ). This patch indents all the comments and > macro usages in the asm-source test to comply with this requirement. I > hope this does not conflict with requirements on another platform... Is there a plausible place to put a comment explaining this constraint? Strictly speaking, you should submit the indentation change and the pa64.inc as separate changes.