From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21359 invoked by alias); 26 Jan 2007 16:27:21 -0000 Received: (qmail 21348 invoked by uid 22791); 26 Jan 2007 16:27:20 -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; Fri, 26 Jan 2007 16:27:10 +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 l0QGR62F029391; Fri, 26 Jan 2007 17:27:06 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l0QGR54l014065; Fri, 26 Jan 2007 17:27:06 +0100 (CET) Date: Fri, 26 Jan 2007 16:27:00 -0000 Message-Id: <200701261627.l0QGR54l014065@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:12:01 +0100) Subject: Re: Testsuite failures in gdb.dwarf2/dw2-*.exp References: 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/msg00543.txt.bz2 > 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? Mark