From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21736 invoked by alias); 5 Aug 2003 23:18:55 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 21656 invoked from network); 5 Aug 2003 23:18:54 -0000 Received: from unknown (HELO mta1.wss.scd.yahoo.com) (66.218.85.32) by sources.redhat.com with SMTP; 5 Aug 2003 23:18:54 -0000 Received: from tuliptree.org (67.161.44.241) by mta1.wss.scd.yahoo.com (7.0.016) (authenticated as jim@tuliptree.org) id 3F0B40B90096D0F1; Tue, 5 Aug 2003 16:18:51 -0700 Message-ID: <3F303B6F.6000903@tuliptree.org> Date: Tue, 05 Aug 2003 23:18:00 -0000 From: Jim Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nathanael Nerode CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [toplevel] Remove unused libc_interface stuff References: <20030715013512.GA7958@doctormoo> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00078.txt.bz2 Nathanael Nerode wrote: > * config.if: Remove unused libc_interface determination. I wrote roughly the same patch a couple of days before to fix GCC PR 2236, but hadn't gotten around to testing it with a bootstrap. I'll close GCC PR 2236 now. http://gcc.gnu.org/ml/gcc-patches/2003-07/msg01034.html I also noticed that the comments for libstdcxx_incdir are wrong. This used to be libstdcxx_interface, which was an interface name for libstdc++. It was later changed to be libstdcxx_incdir which holds a version number for the libstdc++ header files, but the comment at the top of the file still claims that it is an interface name. It isn't. Also, since we no longer use the file to define any InferFace (IF) names, it seems kind of silly to keep it around. It probably should be folded into other files and eliminated. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com