From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21456 invoked by alias); 18 May 2012 13:12:42 -0000 Received: (qmail 21319 invoked by uid 22791); 18 May 2012 13:12:41 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 May 2012 13:12:28 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SVMyp-000772-9p from Maciej_Rozycki@mentor.com ; Fri, 18 May 2012 06:12:27 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 18 May 2012 06:12:10 -0700 Received: from [172.30.1.131] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Fri, 18 May 2012 14:12:24 +0100 Date: Fri, 18 May 2012 13:12:00 -0000 From: "Maciej W. Rozycki" To: Alan Modra CC: Cary Coutant , Tom Tromey , Nick Clifton , Binutils Development , Subject: Re: another build breakage In-Reply-To: <20120518053358.GA29726@bubble.grove.modra.org> Message-ID: References: <87k40alojr.fsf@fleche.redhat.com> <20120518020107.GN27540@bubble.grove.modra.org> <20120518020534.GO27540@bubble.grove.modra.org> <20120518053358.GA29726@bubble.grove.modra.org> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00082.txt.bz2 On Fri, 18 May 2012, Alan Modra wrote: > Hopefully this is the last of them. Committed. > > gas/ > * config/obj-evax.c: Include as.h first. > opcodes/ > * ia64-opc.c: Remove #include "ansidecl.h". > * z8kgen.c: Include sysdep.h first. Not quite so (with mips-sde-elf): i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BIG_ENDIAN -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64 -DWITH_HW=0 -DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN -DWITH_RESERVED_BITS=1 -DWITH_SMP=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -DTARGET_ENABLE_FR=1 -DMIPS_MACH_DEFAULT=bfd_mach_mipsisa64r2 -I. -I.../sim/mips -I../common -I.../sim/mips/../common -I../../include -I.../sim/mips/../..//include -I../../bfd -I.../sim/mips/../..//bfd -I../../opcodes -I.../sim/mips/../..//opcodes -g -O2 -c -o callback.o -MT callback.o -MMD -MP -MF .deps/callback.Tpo .../sim/mips/../common/callback.c In file included from .../sim/mips/../..//include/gdb/callback.h:55, from .../sim/mips/../common/callback.c:49: ../../bfd/bfd.h:36:2: error: #error config.h must be included before this headermake[3]: *** [callback.o] Error 1 make[3]: Leaving directory `.../sim/mips' -- are we supposed to fix it up in GDB/simulator? What about any config.h discrepancies between subdirs (noted by someone already)? Maciej