From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35057 invoked by alias); 27 Aug 2018 12:54:30 -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 35043 invoked by uid 89); 27 Aug 2018 12:54:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:841 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Aug 2018 12:54:27 +0000 Received: by simark.ca (Postfix, from userid 112) id F0AA71EB4C; Mon, 27 Aug 2018 08:54:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=simark.ca; s=mail; t=1535374465; bh=B42qq5Jxy+BxCsnoPd0dbSuElqm4b6WhRVywCdm1urI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IGI8RTN1kXsy0crQY2f+2bLJFTMdtXhjTK2uzPZ7vf1Rf94SWBYkTyg68JxsifUjj Tez0kLXnOGPYMe94MqmqvHE4LZylEyYqc3Lv8KsfiScp5NwlRAMV6X1bgG+gUrX9TQ a3V4nhhQyoqAyi4lhAfTbsmowqCxP8DTZeN+QP1w= Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id BC3591E47D; Mon, 27 Aug 2018 08:54:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=simark.ca; s=mail; t=1535374464; bh=B42qq5Jxy+BxCsnoPd0dbSuElqm4b6WhRVywCdm1urI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Jd151oaTwj1uVbgSUbiD5bu5UxZT126Qe1Kfz5JCYc4BWtWZ5BXuoMlZxuEfFQ/lX X1D6DLptqhEZEJQ44lNr5njJ+Qds6S0D517QmdcUW424oFaXda3m4fadntF5nRdGDN skUtQrYZBhEsx5QurwAI7Bmxop4YD4jT63G53fJ4= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 27 Aug 2018 12:54:00 -0000 From: Simon Marchi To: John Darrington Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 3/3] GDB: New target s12z In-Reply-To: <20180827063022.ge5tsh7vntntkcmi@jocasta.intra> References: <20180823173526.26144-1-john@darrington.wattle.id.au> <20180823173526.26144-3-john@darrington.wattle.id.au> <20180826174127.g2qht4j3tqtpxfmz@jocasta.intra> <510acbee-2338-0c20-8e32-8d6ef83be3e1@simark.ca> <20180827063022.ge5tsh7vntntkcmi@jocasta.intra> Message-ID: <0af4bd1cf006bcb3cc7b8ec38b41b237@simark.ca> X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.6 X-SW-Source: 2018-08/txt/msg00646.txt.bz2 On 2018-08-27 02:30, John Darrington wrote: > On Sun, Aug 26, 2018 at 06:55:31PM -0400, Simon Marchi wrote: > I also noticed that the gdb.base/all-architectures test fails > when testing s12z. Try to run > > make check TESTS="gdb.base/all-architectures-*.exp" > > in the gdb build directory, see if you get a bunch of: > > FAIL: gdb.base/all-architectures-6.exp: tests: osabi=AIX: > arch=s12z: endian=auto: disassemble 0x0,+4 (GDB internal error) > > > No. I get: > > > ... > > === gdb Summary === > > # of expected passes 24 > > > but I'll run that check before I submit my next patch. > > J' I fails when trying unexpected combinations of arches and osabis (like s12z with AIX), so you'd probably have to try on an --enable-targets=all build, after you've added s12z-tdep.o to ALL_TARGET_OBS. Simon