From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12763 invoked by alias); 25 Apr 2002 20:51:43 -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 12724 invoked from network); 25 Apr 2002 20:51:41 -0000 Received: from unknown (HELO pasiphae01.frii.com) (216.17.128.33) by sources.redhat.com with SMTP; 25 Apr 2002 20:51:41 -0000 Received: from deimos.frii.net (deimos.frii.com [216.17.128.2]) by pasiphae01.frii.com (8.12.3/8.12.3) with ESMTP id g3PKpeEO040213 for ; Thu, 25 Apr 2002 14:51:40 -0600 (MDT) Received: from ari-co11-54.rasserver.net (ari-co11-54.rasserver.net [204.32.196.54]) by deimos.frii.net (8.12.3/8.12.3) with ESMTP id g3PKpchT070605 for ; Thu, 25 Apr 2002 14:51:39 -0600 (MDT) Date: Thu, 25 Apr 2002 13:51:00 -0000 From: "Theodore A. Roth" X-X-Sender: troth@bozoland.mynet To: gdb-patches@sources.redhat.com Subject: [PATCH] Add myself as AVR target maintainer. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-04/txt/msg01040.txt.bz2 Just committed this as obvious. Ted Roth 2002-04-25 Theodore A. Roth * MAINTAINERS: Add myself as AVR maintainer. * NEWS: Note new target avr. Index: gdb/MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.168 diff -u -p -r1.168 MAINTAINERS --- gdb/MAINTAINERS 25 Apr 2002 18:20:07 -0000 1.168 +++ gdb/MAINTAINERS 25 Apr 2002 20:45:14 -0000 @@ -69,6 +69,9 @@ maintainer works with the native maintai Richard Earnshaw rearnsha@arm.com Not multi-arch + avr --target=avr ,-Werror + Theodore A. Roth troth@verinet.com + cris --target=cris-elf -w Orjan Friberg orjanf@axis.com Index: gdb/NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.65 diff -u -p -r1.65 NEWS --- gdb/NEWS 25 Apr 2002 05:19:49 -0000 1.65 +++ gdb/NEWS 25 Apr 2002 20:45:24 -0000 @@ -3,6 +3,10 @@ *** Changes since GDB 5.2: +* New target. + +Atmel AVR avr*-*-* + * Changes in VAX configurations. Multi-arch support is enabled for all VAX configurations.