From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1555 invoked by alias); 20 Feb 2003 22:01:23 -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 1541 invoked from network); 20 Feb 2003 22:01:23 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 22:01:23 -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 h1KM1NN13583; Thu, 20 Feb 2003 17:01:23 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KM1Mf06680; Thu, 20 Feb 2003 17:01:22 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KM1KN25226; Thu, 20 Feb 2003 17:01:20 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h1KM1J915496; Thu, 20 Feb 2003 17:01:19 -0500 Date: Thu, 20 Feb 2003 22:01:00 -0000 Message-Id: <200302202201.h1KM1J915496@greed.delorie.com> From: DJ Delorie To: drow@mvista.com CC: mstump@apple.com, pfeifer@dbai.tuwien.ac.at, gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20030220215006.GA24472@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 20 Feb 2003 16:50:06 -0500) Subject: Re: PATCH[libiberty] for Re: Mainline: C++ include files not found! References: <20030215135157.GA23004@nevyn.them.org> <20030220182105.GA7787@nevyn.them.org> <200302202026.h1KKQk711991@greed.delorie.com> <20030220204639.GA22900@nevyn.them.org> <200302202112.h1KLClG12970@greed.delorie.com> <20030220215006.GA24472@nevyn.them.org> X-SW-Source: 2003-02/txt/msg00503.txt.bz2 > 2003-02-20 Daniel Jacobowitz > > * libiberty.h (lrealpath): Add declaration. > > 2003-02-20 Daniel Jacobowitz > > * Makefile.in (CFILES): Add lrealpath.c. > (REQUIRED_OFILES): Add lrealpath.o. > (lrealpath.o): Add rule. > * aclocal.m4 (libiberty_NEED_DECLARATION): Add. > * configure.in: Add realpath and canonicalize_file_name to > checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION > for canonicalize_file_name. > * lrealpath.c: New file. > * make-relative-prefix.c: Update documentation. > (make_relative_prefix): Simplify. Use lbasename and lrealpath. > * config.in: Regenerated. > * configure: Regenerated. > * functions.texi: Regenerated. Ok.