From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20021 invoked by alias); 4 Jan 2003 11:03:56 -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 20014 invoked from network); 4 Jan 2003 11:03:54 -0000 Received: from unknown (HELO bilbo.inter.net.il) (192.114.186.18) by 209.249.29.67 with SMTP; 4 Jan 2003 11:03:54 -0000 Received: from zaretsky ([80.230.235.33]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id ACB97863; Sat, 4 Jan 2003 13:03:38 +0200 (IST) Date: Sat, 04 Jan 2003 11:03:00 -0000 From: "Eli Zaretskii" To: RaoulGough@yahoo.co.uk Message-Id: <2110-Sat04Jan2003130101+0200-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: (RaoulGough@yahoo.co.uk) Subject: Re: coffread.c extension for DLLs without debugging symbols Reply-to: Eli Zaretskii References: X-SW-Source: 2003-01/txt/msg00144.txt.bz2 > From: "Raoul Gough" > Date: Fri, 3 Jan 2003 19:39:31 -0000 > > This is my *first* gdb patch submission, > so someone with more experience should probably take a good look at > (e.g. is coffread.c the right place for this kind of code?). Lesson number 1: post the diffs as plain text, not uuencoded or otherwise encoded. Some people, such as myself, don't have time to open binary attachments, but do have time to read a patch that's in plain text. Also, please include "[RFA]" in the subject, so that we know you are seeking an approval for your patch. > Proposed ChangeLog entry, assuming the code is accepted: > > 2003-01-03 Raoul Gough > > * coffread.c: Support non-debug export symbols for win32 DLLs This should mention every function where changes are made, preferably with a description of a change in each one of them. And thanks for working on this.