From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36584 invoked by alias); 15 Dec 2016 12:16:02 -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 36571 invoked by uid 89); 15 Dec 2016 12:16:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=sergiodj, buildbotsergiodjnet, D*sergiodj.net, buildbot@sergiodj.net X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Dec 2016 12:15:51 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 44B5421216151; Thu, 15 Dec 2016 12:15:42 +0000 (GMT) Received: from [10.20.78.232] (10.20.78.232) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Thu, 15 Dec 2016 12:15:43 +0000 Date: Thu, 15 Dec 2016 12:16:00 -0000 From: "Maciej W. Rozycki" To: CC: Subject: Re: Your commit 'MIPS/opcodes: Also set disassembler's ASE flags from ELF structures' broke GDB In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-12/txt/msg00307.txt.bz2 On Thu, 15 Dec 2016, sergiodj+buildbot@sergiodj.net wrote: > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ > > > Buildslave: > wildebeest-debian-jessie-i686 > > Full Build URL: > > > Commit(s) tested: > 5e7fc731f80e0d08385a05ad47dda332a49d9341 > > Author(s) (in the same order as the commits): > Maciej W. Rozycki > > Subject: > MIPS/opcodes: Also set disassembler's ASE flags from ELF structures > > Testsuite log (gdb.sum and gdb.log) URL(s): > > > *** Failed to compiled GDB. *** > ============================ How do I get the canonical build/host/target system and `configure' options used for this build? This failure is very odd to me, it looks like `opcodes/mips-dis.c' has been included in the build of `libopcodes.a', however `bfd/elfxx-mips.c' has *not* been included in the build of `libbfd.a'. Offhand I would consider such a configuration broken, however maybe it is legitimate after all. Has the opcodes/ subdirectory been configured differently from the bfd/ subdirectory by any chance? In any case I have tried building a couple of GDB configurations and all completed successfully. Maciej