From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19964 invoked by alias); 8 Jan 2003 21:10: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 19957 invoked from network); 8 Jan 2003 21:10:40 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 8 Jan 2003 21:10:40 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h08KgjB15461 for ; Wed, 8 Jan 2003 15:42:45 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h08LASa06700 for ; Wed, 8 Jan 2003 16:10:28 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h08LARe09474 for ; Wed, 8 Jan 2003 16:10:28 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 81B86FF79; Wed, 8 Jan 2003 16:14:51 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15900.38091.155982.614095@localhost.redhat.com> Date: Wed, 08 Jan 2003 21:10:00 -0000 To: gdb@sources.redhat.com Subject: Cfront support --> obsolete it X-SW-Source: 2003-01/txt/msg00094.txt.bz2 I have been looking at obsoleting the cfront support that was added in 1996 to gdb. The code spans the following files: buildsym.c dbxread.c gdbtypes.c mdebugread.c stabsread.c xcoffread.c stabsread.h I am preparing a patch to obsolete the code. It will be pulled after the next version of gdb goes out, as usual. Does this impact anybody? I woudln't think so, since part of that code, I discovered, was already ifdef'ed out... Elena