From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14980 invoked by alias); 6 Apr 2004 15:58:38 -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 14556 invoked from network); 6 Apr 2004 15:58:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Apr 2004 15:58:22 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i36FwM5F025989 for ; Tue, 6 Apr 2004 11:58:22 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i36FwLj13170; Tue, 6 Apr 2004 11:58:21 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 042972B9C; Tue, 6 Apr 2004 11:58:25 -0400 (EDT) Message-ID: <4072D3A0.50009@gnu.org> Date: Tue, 06 Apr 2004 15:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] Mark hppa-elf as buildable Content-Type: multipart/mixed; boundary="------------040704010601040702090809" X-SW-Source: 2004-04/txt/msg00142.txt.bz2 This is a multi-part message in MIME format. --------------040704010601040702090809 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 55 (yes it's true), thanks to Brian Ford for this. Andrew --------------040704010601040702090809 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 592 2004-04-06 Andrew Cagney * MAINTAINERS: Mark hppa-elf as buildable with -Werror. Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.266 diff -u -r1.266 MAINTAINERS --- MAINTAINERS 4 Apr 2004 03:57:44 -0000 1.266 +++ MAINTAINERS 6 Apr 2004 15:42:50 -0000 @@ -120,7 +120,7 @@ ns32k --target=ns32k-netbsd ,-Werror Maintenance only - pa (--target=hppa-elf broken) + pa --target=hppa-elf ,-Werror Maintenance only powerpc --target=powerpc-eabi ,-Werror --------------040704010601040702090809--