From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30809 invoked by alias); 4 Nov 2005 23:26:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 30794 invoked by uid 22791); 4 Nov 2005 23:26:41 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 04 Nov 2005 23:26:41 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jA4NQcqj022073 for ; Sat, 5 Nov 2005 00:26:38 +0100 (CET) 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 jA4NQchk012604 for ; Sat, 5 Nov 2005 00:26:38 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jA4NQcXe007911; Sat, 5 Nov 2005 00:26:38 +0100 (CET) Date: Mon, 07 Nov 2005 03:23:00 -0000 Message-Id: <200511042326.jA4NQcXe007911@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org Subject: [RFC/RFA] Unlist some targets as broken X-SW-Source: 2005-11/txt/msg00071.txt.bz2 Currently, m68k, sparc and vax are marked as broken in MAINTAINERS. This is not really true. The problem with sparc has been fixed for quite a while now; Andrew just chose an unlucky moment, where someone broke the sparc-specific bfd stuff. The problem with m68k and vax wasn't really a problem with the code but rather a bug with the compiler Andrew used. There's a thread on the binutils list about it: http://sources.redhat.com/ml/binutils/2005-11/msg00049.html So to set things straight I'd like to commit the attached since I feel somewhat responsible for those targets. Objections? Should this go on the branch too? Mark Index: ChangeLog from Mark Kettenis * MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no longer broken. Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.330 diff -u -p -r1.330 MAINTAINERS --- MAINTAINERS 4 Oct 2005 00:56:30 -0000 1.330 +++ MAINTAINERS 4 Nov 2005 23:14:25 -0000 @@ -120,8 +120,7 @@ the native maintainer when resolving ABI m68hc11 --target=m68hc11-elf ,-Werror , Stephane Carrez stcarrez@nerim.fr - m68k --target=m68k-elf broken - (opcodes/m68k-dis.c:338 longjmp clober) + m68k --target=m68k-elf ,-Werror m88k --target=m88k-openbsd ,-Werror Mark Kettenis kettenis@gnu.org @@ -148,13 +147,11 @@ the native maintainer when resolving ABI sh --target=sh-elf ,-Werror --target=sh64-elf ,-Werror - sparc --target=sparc-elf broken - (bfd/elfxx-sparc:512 bfd_elf64_swap_reloca_out undef) + sparc --target=sparc-elf ,-Werror v850 --target=v850-elf ,-Werror - vax --target=vax-netbsd broken - (opcodes/vax-dis.c:224 longjmp clober) + vax --target=vax-netbsd ,-Werror x86-64 --target=x86_64-linux-gnu ,-Werror