From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7145 invoked by alias); 1 May 2005 23:14:20 -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 6975 invoked from network); 1 May 2005 23:14:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 May 2005 23:14:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j41NEEE3008747 for ; Sun, 1 May 2005 19:14:14 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j41NEEO02241; Sun, 1 May 2005 19:14:14 -0400 Received: from [172.16.50.13] (vpn50-13.rdu.redhat.com [172.16.50.13]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j41NEC1K020080; Sun, 1 May 2005 19:14:13 -0400 Message-ID: <42756233.5080809@gnu.org> Date: Sun, 01 May 2005 23:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 1.0.2-1 (X11/20050323) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] note non-building architectures Content-Type: multipart/mixed; boundary="------------050909020804020506050402" X-SW-Source: 2005-05/txt/msg00026.txt.bz2 This is a multi-part message in MIME format. --------------050909020804020506050402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 401 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 look forward to seeing real fixes (which are hopefully both simple and obvious and can be committed as such). --------------050909020804020506050402 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1999 2005-05-01 Andrew Cagney * MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax do not build. Index: gdb/MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.313 diff -p -u -r1.313 MAINTAINERS --- gdb/MAINTAINERS 29 Apr 2005 14:21:21 -0000 1.313 +++ gdb/MAINTAINERS 1 May 2005 23:06:55 -0000 @@ -67,13 +67,14 @@ the native maintainer when resolving ABI avr --target=avr ,-Werror Theodore A. Roth troth@openavr.org - cris --target=cris-elf ,-Werror + cris --target=cris-elf broken + (sim/cris/modelv10.c:4181 crisv10f_engine_run_full?) d10v OBSOLETE frv --target=frv-elf ,-Werror - h8300 --target=h8300-elf, -Werror + h8300 --target=h8300-elf ,-Werror i386 --target=i386-elf ,-Werror Mark Kettenis kettenis@gnu.org @@ -87,7 +88,8 @@ the native maintainer when resolving ABI m68hc11 --target=m68hc11-elf ,-Werror , Stephane Carrez stcarrez@nerim.fr - m68k --target=m68k-elf ,-Werror + m68k --target=m68k-elf broken + (opcodes/m68k-dis.c:338 longjmp clober) m88k --target=m88k-openbsd ,-Werror Mark Kettenis kettenis@gnu.org @@ -96,7 +98,8 @@ the native maintainer when resolving ABI mips --target=mips-elf ,-Werror - mn10300 --target=mn10300-elf + mn10300 --target=mn10300-elf broken + (sim/ dies with make -j) Michael Snyder msnyder@redhat.com ns32k Deleted @@ -108,13 +111,16 @@ the native maintainer when resolving ABI s390 --target=s390-linux-gnu ,-Werror sh --target=sh-elf ,-Werror - --target=sh64-elf ,-Werror + --target=sh64-elf broken + (sim/ dies) - sparc --target=sparc-elf ,-Werror + sparc --target=sparc-elf broken + (bfd/elfxx-sparc:512 bfd_elf64_swap_reloca_out undef) v850 Deleted - vax --target=vax-netbsd ,-Werror + vax --target=vax-netbsd broken + (opcodes/vax-dis.c:224 longjmp clober) x86-64 --target=x86_64-linux-gnu ,-Werror --------------050909020804020506050402--