From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2096 invoked by alias); 10 May 2005 02:22:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1709 invoked from network); 10 May 2005 02:22:27 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 10 May 2005 02:22:27 -0000 Received: (qmail 32958 invoked by uid 20157); 10 May 2005 02:22:27 -0000 Date: Tue, 10 May 2005 03:47:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [commit] note non-building architectures In-Reply-To: <42756233.5080809@gnu.org> Message-ID: References: <42756233.5080809@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-05/txt/msg00219.txt.bz2 On Sun, 1 May 2005, Andrew Cagney wrote: > As part of getting ready for GCC 4, I've found that a number of arches > don't build with gcc-3.4 when using gdb_mbuild.sh. As an aid, and to > stop me and presumably others from going round in circles, I've updated > the MAINTAINERS file to both reflect current reality note the problem. Eh... What is your current reality and why don't I see the problem you see for cris-elf that warrants marking it as broken? There was a build issue before for sim/cris, but it's been fixed to the best of my knowledge. (FWIW in a hackish way, but with the same effect to the generated sim/cris files as a proper fix. The proper fix has been ok'd by fche FWIW, I just haven't regened all CGEN files for all other simulators and tested them; it's kind of low-priority.) That issue seems to match what you allude to by "(sim/cris/modelv10.c:4181 crisv10f_engine_run_full?)" I build sim/cris just now (beware, cutnpaste with wrapping): /tmp/hptmp/src/configure --target=cris-axis-elf && make all ... in short, no problems. I also built with gdb_mbuild.sh same host, no problems: ... cris-elf ... ... /tmp/hptmp/src/configure --target=cris-elf --enable-gdb-build-warnings=,-Werror --enable-sim-build-warnings=,-Werror ... make cris-elf ... run cris-elf ... cleanup cris-elf ... cris-elf built ... Of course, that was with this obvious patch to make gdb_mbuild.sh build cris-elf (at least it *seemed* necessary): --- /home/hp/combined/src/src/gdb/MAINTAINERS Mon May 9 21:45:37 2005 +++ ./MAINTAINERS Tue May 10 03:23:30 2005 @@ -67,8 +67,7 @@ the native maintainer when resolving ABI avr --target=avr ,-Werror Theodore A. Roth troth@openavr.org - cris --target=cris-elf broken - (sim/cris/modelv10.c:4181 crisv10f_engine_run_full?) + cris --target=cris-elf ,-Werror d10v OBSOLETE And that's a gcc-3.4 on a i686: hydra-13:hp:~: rpm -q gcc gcc-3.4.2-6.fc3 hydra-13:hp:/tmp/hptmp/obj: gcc -v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) I've also build with the configure line above (in a gcc-combined tree) on x86_64-unknown-linux-gnu (FC4t2, which uses a gcc-4.0-derivate: gcc-4.0.0-2). No problems. Same thing on i686 FC2, (gcc-3.3.3-7) no problems. What problem do you see and on what host, and have you updated since Mar 24 with no local patches, at least none related to the cris-elf build issue mentioned above? brgds, H-P