From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9073 invoked by alias); 15 Feb 2011 06:46:14 -0000 Received: (qmail 9061 invoked by uid 22791); 15 Feb 2011 06:46:13 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 06:46:08 +0000 Received: (qmail 29474 invoked from network); 15 Feb 2011 06:46:06 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Feb 2011 06:46:06 -0000 Message-ID: <4D5A212B.7070708@codesourcery.com> Date: Tue, 15 Feb 2011 08:11:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tom Tromey CC: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver References: <4D30E23F.3080103@codesourcery.com> <4D375F44.70504@codesourcery.com> <201101281504.38962.pedro@codesourcery.com> <4D550834.6080807@codesourcery.com> <4D55FAB4.7090001@codesourcery.com> In-Reply-To: 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: 2011-02/txt/msg00315.txt.bz2 On 02/14/2011 11:16 PM, Tom Tromey wrote: > I didn't deal with COMMON_CPU_{SRC,OBJ} in this patch. I wasn't sure if > these were placeholders or leftovers from something else. I leave COMMON_CPU_{SRC,OBJ} as placeholder for some cpu-specific common source files, such as i386-common.c, extracted from i386-nat.c and gdbserver/i386-low.c. Since I don't reach to that step yet, we can remove COMMON_CPU_SRC from libcommon_a_SOURCES. -- Yao (齐尧)