From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27985 invoked by alias); 10 Sep 2003 21:09:54 -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 27974 invoked from network); 10 Sep 2003 21:09:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Sep 2003 21:09:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8AL9ol14832 for ; Wed, 10 Sep 2003 17:09:51 -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 h8AL9oe27148 for ; Wed, 10 Sep 2003 17:09:50 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8AL9nba017429; Wed, 10 Sep 2003 17:09:49 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h8AL9iH18908; Wed, 10 Sep 2003 14:09:44 -0700 Date: Wed, 10 Sep 2003 21:09:00 -0000 From: Kevin Buettner Message-Id: <1030910210944.ZM18907@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [PATCH] FR-V dis-asm.h tweak" (Sep 10, 2:06pm) References: <1030910073504.ZM12995@localhost.localdomain> <3F5F6837.30405@redhat.com> To: Andrew Cagney Subject: Re: [PATCH] FR-V dis-asm.h tweak Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00208.txt.bz2 On Sep 10, 2:06pm, Andrew Cagney wrote: > Kevin, is the frv now building with ,-Werror? If so, it can be added to > the MAINTAINERS target list (unmaintained). Yep, it now builds with ,-Werror. I've just added it to the MAINTAINERS file as suggested. Kevin