From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70881 invoked by alias); 9 Aug 2019 18:32:33 -0000 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 Received: (qmail 70760 invoked by uid 89); 9 Aug 2019 18:32:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:410 X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Aug 2019 18:32:31 +0000 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x79IR231003354 for ; Fri, 9 Aug 2019 14:32:26 -0400 Received: from e06smtp01.uk.ibm.com (e06smtp01.uk.ibm.com [195.75.94.97]) by mx0b-001b2d01.pphosted.com with ESMTP id 2u9ayp7q94-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 09 Aug 2019 14:32:26 -0400 Received: from localhost by e06smtp01.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Aug 2019 19:32:24 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (9.149.109.195) by e06smtp01.uk.ibm.com (192.168.101.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 9 Aug 2019 19:32:22 +0100 Received: from d06av23.portsmouth.uk.ibm.com (d06av23.portsmouth.uk.ibm.com [9.149.105.59]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x79IWJxH59637862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 9 Aug 2019 18:32:19 GMT Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 98D0AA4051; Fri, 9 Aug 2019 18:32:19 +0000 (GMT) Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7A5D3A404D; Fri, 9 Aug 2019 18:32:19 +0000 (GMT) Received: from oc0404454431.ibm.com (unknown [9.152.222.95]) by d06av23.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Fri, 9 Aug 2019 18:32:19 +0000 (GMT) From: Andreas Arnez To: Tom Tromey Cc: gdb-patches@sourceware.org, Ulrich Weigand Subject: Re: [PATCH] s390: Implement 'type_align' gdbarch method References: <87pnlf6185.fsf@tromey.com> Date: Fri, 09 Aug 2019 18:32:00 -0000 In-Reply-To: <87pnlf6185.fsf@tromey.com> (Tom Tromey's message of "Thu, 08 Aug 2019 11:00:58 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain x-cbid: 19080918-4275-0000-0000-000003572E51 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19080918-4276-0000-0000-000038693747 Message-Id: X-SW-Source: 2019-08/txt/msg00235.txt.bz2 On Thu, Aug 08 2019, Tom Tromey wrote: >>>>>> "Andreas" == Andreas Arnez writes: > > Andreas> gdb/ChangeLog: > > Andreas> * s390-tdep.c (s390_type_align): New function. > Andreas> (s390_gdbarch_init): Set it as type_align gdbarch method. > > FWIW this looks reasonable to me. Thanks, pushed as git commit 1022c627db. -- Andreas