From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12508 invoked by alias); 21 Jan 2002 18:36:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12399 invoked from network); 21 Jan 2002 18:36:37 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 21 Jan 2002 18:36:37 -0000 Received: from cse.cygnus.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA18170; Mon, 21 Jan 2002 10:36:33 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.11.6/8.11.6) id g0LIZga01641; Mon, 21 Jan 2002 11:35:42 -0700 Date: Mon, 21 Jan 2002 10:36:00 -0000 From: Kevin Buettner Message-Id: <1020121183542.ZM1640@localhost.localdomain> In-Reply-To: Takis Psarogiannakopoulos "RE:Re: GDB 5.1/Core files and ptids (CONT)" (Jan 20, 9:19am) References: X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Takis Psarogiannakopoulos , kevinb@redhat.com Subject: Re: RE:Re: GDB 5.1/Core files and ptids (CONT) Cc: msnyder@redhat.com, gdb@sources.redhat.com, binutils@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-01/txt/msg00237.txt.bz2 On Jan 20, 9:19am, Takis Psarogiannakopoulos wrote: > [...] Below is what I worked out for GDB 5.1. > It will patch elf.c and corelow.c. according to your suggestions. > If this is acceptable someone should check it in at least for > the upcoming GDB 5.x.x. Takis, I looked your patch over and it looks pretty good except that it's reversed. (When you did the diff, you did ``diff -c new old'' rather than ``diff -c old new''.) Could you please resend your patch in the non-reversed form. It'll make it easier to review. Oh... also, could you include ChangeLog entries this time? Thanks, Kevin P.S. I'm not the maintainer of any of the files in question, so someone else will need to approve Takis' changes.