From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17984 invoked by alias); 1 May 2005 23:32:29 -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 17963 invoked from network); 1 May 2005 23:32:26 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 1 May 2005 23:32:26 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j41NWNJH024187; Mon, 2 May 2005 01:32:23 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j41NWMmZ006412; Mon, 2 May 2005 01:32:23 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j41NWMH0026515; Mon, 2 May 2005 01:32:22 +0200 (CEST) Date: Sun, 01 May 2005 23:32:00 -0000 Message-Id: <200505012332.j41NWMH0026515@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <42756233.5080809@gnu.org> (message from Andrew Cagney on Sun, 01 May 2005 19:11:47 -0400) Subject: Re: [commit] note non-building architectures References: <42756233.5080809@gnu.org> X-SW-Source: 2005-05/txt/msg00030.txt.bz2 Date: Sun, 01 May 2005 19:11:47 -0400 From: Andrew Cagney 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. I think your GCC 3.4 is busted. I must admit that I don't really understand that longjmp clobber warning message is warning about exactly, but returning -1 immediately after a setjmp() call when that has been jumped to, seems entirely safe to me. - m68k --target=m68k-elf ,-Werror + m68k --target=m68k-elf broken + (opcodes/m68k-dis.c:338 longjmp clober) - vax --target=vax-netbsd ,-Werror + vax --target=vax-netbsd broken + (opcodes/vax-dis.c:224 longjmp clober) Mark