From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13530 invoked by alias); 14 Feb 2012 22:37:54 -0000 Received: (qmail 13383 invoked by uid 22791); 14 Feb 2012 22:37:52 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_CN,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Feb 2012 22:37:35 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1EMbZES031956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 Feb 2012 17:37:35 -0500 Received: from mesquite.lan (ovpn-113-100.phx2.redhat.com [10.3.113.100]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1EMbYr4011095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 14 Feb 2012 17:37:35 -0500 Date: Tue, 14 Feb 2012 23:42:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: [RFA] Add rl78 to NEWS, MAINTAINERS, and Makefile.in Message-ID: <20120214153734.2c68eb9a@mesquite.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00288.txt.bz2 I think I need approval for the NEWS entry. The rest of it is an RFC. Is there anything else I forgot? (Thanks to Pedro for reminding me about ALL_TARGET_OBS.) Kevin * MAINTAINERS: Add rl78 to target ISA section. * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o. (ALLDEPFILES): Add rl78-tdep.c. * NEWS: Mention rl78 as a new target. Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.475 diff -u -p -r1.475 MAINTAINERS --- MAINTAINERS 14 Feb 2012 14:42:12 -0000 1.475 +++ MAINTAINERS 14 Feb 2012 22:27:12 -0000 @@ -309,6 +309,8 @@ the native maintainer when resolving ABI powerpc --target=powerpc-eabi ,-Werror + rl78 --target=rl78-elf ,-Werror + s390 --target=s390-linux-gnu ,-Werror score --target=score-elf Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.1188 diff -u -p -r1.1188 Makefile.in --- Makefile.in 9 Feb 2012 16:06:43 -0000 1.1188 +++ Makefile.in 14 Feb 2012 22:27:13 -0000 @@ -555,6 +555,7 @@ ALL_TARGET_OBS = \ mt-tdep.o \ nto-tdep.o \ ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \ + rl78-tdep.o \ rs6000-aix-tdep.o rs6000-tdep.o \ s390-tdep.o \ score-tdep.o \ @@ -1489,6 +1490,7 @@ ALLDEPFILES = \ remote-m32r-sdi.c remote-mips.c \ remote-sim.c \ dcache.c \ + rl78-tdep.c \ rs6000-nat.c rs6000-tdep.c \ s390-tdep.c s390-nat.c \ score-tdep.c \ Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.487 diff -u -p -r1.487 NEWS --- NEWS 7 Feb 2012 19:47:15 -0000 1.487 +++ NEWS 14 Feb 2012 22:27:13 -0000 @@ -1,6 +1,10 @@ What has changed in GDB? (Organized release by release) +* New targets + +Renesas RL78 rl78-*-elf + *** Changes since GDB 7.4 * Python scripting