From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8421 invoked by alias); 27 Jan 2007 10:56:12 -0000 Received: (qmail 8411 invoked by uid 22791); 27 Jan 2007 10:56:11 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 27 Jan 2007 10:56:02 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8) with ESMTP id l0RAtvaU012967; Sat, 27 Jan 2007 11:55:57 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l0RAtsF7025124; Sat, 27 Jan 2007 11:55:55 +0100 (CET) Date: Sat, 27 Jan 2007 10:56:00 -0000 Message-Id: <200701271055.l0RAtsF7025124@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: schwab@suse.de CC: gdb-patches@sourceware.org In-reply-to: (message from Andreas Schwab on Fri, 26 Jan 2007 17:37:52 +0100) Subject: Re: Testsuite failures in gdb.dwarf2/dw2-*.exp References: <200701261627.l0QGR54l014065@brahms.sibelius.xs4all.nl> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00549.txt.bz2 > From: Andreas Schwab > Date: Fri, 26 Jan 2007 17:37:52 +0100 > > Mark Kettenis writes: > > >> From: Andreas Schwab > >> Date: Fri, 26 Jan 2007 17:12:01 +0100 > >> > >> On ia64 the .short/.int/.quad directives always generate aligned fields, > >> adding padding as necessary. For DWARF tables the .2byte/.4byte/.8byte > >> directives should be used instead. > > > > I've never seen these. Are they supported by all versions of gas? > > Since the beginning of time, err, dwarf support (older than the import to > sourceware anyway, which was nearly 8 years ago). No objections from me then, assuming you've tested this on something else besides ia64. Mark