From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32243 invoked by alias); 15 Nov 2010 16:58:44 -0000 Received: (qmail 32231 invoked by uid 22791); 15 Nov 2010 16:58:43 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_05 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Nov 2010 16:58:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 279FE2BABA3; Mon, 15 Nov 2010 11:58:38 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OsC45Fn9yL0K; Mon, 15 Nov 2010 11:58:38 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A72F92BAB9C; Mon, 15 Nov 2010 11:58:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 94CBD145C0B; Mon, 15 Nov 2010 08:58:34 -0800 (PST) Date: Mon, 15 Nov 2010 16:58:00 -0000 From: Joel Brobecker To: JuYoung Kim Cc: Eli Zaretskii , "gdb-patches@sourceware.org" Subject: Re: Re: [patch]change dwarf2_start_subfile() to adapt inappropriate dir name Message-ID: <20101115165834.GA4434@adacore.com> References: <13428716.22191289802305139.JavaMail.weblogic@epml17> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13428716.22191289802305139.JavaMail.weblogic@epml17> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-11/txt/msg00173.txt.bz2 [Would you like to be called "Kim", or "JuYoung"?] > I hope this code is proper to the standard, and no more to be fixed. > Please, tell me what is the next step that I should do for applying to > the real source code. For proper submission of patches to the GDB project, please take a look at the file named gdb/CONTRIBUTE. For the patch, most of us prefer unified diffs (use "diff -u" as opposed to "diff -c"). Last question: Is your mailer capable of keeping the email threading information? -- Joel