From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22966 invoked by alias); 20 Apr 2012 00:44:44 -0000 Received: (qmail 22956 invoked by uid 22791); 20 Apr 2012 00:44:42 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_EG,TW_YM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 00:44:29 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SL1xb-0005IV-2k from Yao_Qi@mentor.com ; Thu, 19 Apr 2012 17:44:27 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 19 Apr 2012 17:43:40 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Thu, 19 Apr 2012 17:44:26 -0700 Message-ID: <4F90B188.30809@codesourcery.com> Date: Fri, 20 Apr 2012 01:58:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Jeff Kenton CC: Subject: Re: [PATCH] Add support for Tilera TILE-Gx processor (part 1/2: gdb) References: <4F906647.8090303@tilera.com> In-Reply-To: <4F906647.8090303@tilera.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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-04/txt/msg00652.txt.bz2 Jeff, Thanks for adding a new port tilegx in GDB. For each patch, it needs a ChangeLog entry, so your patch part 1/2 and 2/2 needs one ChangeLog entry respectively. Read this if it helps http://www.gnu.org/prep/standards/html_node/Change-Logs.html You also need to provide a patch to gdb/NEWS to mention this new port. * New targets Renesas RL78 rl78-*-elf HP OpenVMS ia64 ia64-hp-openvms* You can add tilegx in this way. Do you have FSF copyright assignment? If you don't have, someone here can help you to get that done. On 04/20/2012 03:23 AM, Jeff Kenton wrote: > @@ -723,7 +724,7 @@ > regcache.c reggroups.c remote.c remote-fileio.c reverse.c \ > sentinel-frame.c \ > serial.c ser-base.c ser-unix.c skip.c \ > - solib.c solib-target.c source.c \ > + solib-target.c source.c \ > stabsread.c stack.c std-regs.c symfile.c symfile-mem.c symmisc.c \ > symtab.c \ > target.c target-descriptions.c target-memory.c \ > @@ -905,7 +906,7 @@ > reggroups.o regset.o \ > trad-frame.o \ > tramp-frame.o \ > - solib.o solib-target.o \ > + solib-target.o \ > prologue-value.o memory-map.o memrange.o \ > xml-support.o xml-syscall.o xml-utils.o \ > target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \ Why do you remove solib.c and solib.o? -- Yao (齐尧)