From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26042 invoked by alias); 23 Aug 2003 02:56:52 -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 26034 invoked from network); 23 Aug 2003 02:56:52 -0000 Received: from unknown (199.72.38.5) by sources.redhat.com with QMTP; 23 Aug 2003 02:56:52 -0000 Received: (qmail 10214 invoked from network); 23 Aug 2003 02:56:50 -0000 Received: from cpe-24-221-209-215.co.sprintbbd.net (HELO ?192.168.1.101?) (24.221.209.215) by external1.doc.com with SMTP; 23 Aug 2003 02:56:50 -0000 Subject: Adding patches to 6.0 branch From: Adam Fedor To: gdb Content-Type: text/plain Organization: Message-Id: <1061607409.1093.1.camel@localhost.localdomain> Mime-Version: 1.0 Date: Sat, 23 Aug 2003 02:56:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00267.txt.bz2 I'm not sure exactly what the criteria for adding patches to the release branch is. For instance, could this patch be added? 2003-08-02 Adam Fedor * linespec.c (is_objc_method_format): New function (decode_line_1, locate_first_half): Use it. Fixes PR objc/1298