From 0d7138a12fe4113b3dabeb5c46090397996f246f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 16 Sep 1998 13:51:44 +0000 Subject: [PATCH] cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR * cccp.c: ditto * Makefile.in (old_gxx_include_dir): removed From-SVN: r22453 --- gcc/ChangeLog | 6 ++++++ gcc/Makefile.in | 6 ------ gcc/cccp.c | 1 - gcc/cpplib.c | 1 - 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3f09c3a366..8322f543611 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 16 17:51:00 1998 Alexandre Oliva + + * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR + * cccp.c: ditto + * Makefile.in (old_gxx_include_dir): removed + Wed Sep 16 12:29:22 1998 Nick Clifton * config/sh/sh.h: Update definition of HANDLE_PRAGMA to match diff --git a/gcc/Makefile.in b/gcc/Makefile.in index baf95035d87..f8b0581fd99 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -272,10 +272,6 @@ libdir = @libdir@ libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version) # Directory in which the compiler finds g++ includes. gxx_include_dir= @gxx_include_dir@ -# Directory in which the old g++ header files may be found. -# The reason we use $(libdir)/g++-include rather than using libsubdir -# is for compatibility with older versions of libg++. -old_gxx_include_dir= $(libdir)/g++-include # Directory to search for site-specific includes. includedir = $(local_prefix)/include # assertdir is overridden in cross-make. @@ -1864,7 +1860,6 @@ cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status system.h gansidecl.h \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \ - -DOLD_GPLUSPLUS_INCLUDE_DIR=\"$(old_gxx_include_dir)\" \ -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \ -DCROSS_INCLUDE_DIR=\"$(tooldir)/sys-include\" \ -DTOOL_INCLUDE_DIR=\"$(tooldir)/include\" \ @@ -1883,7 +1878,6 @@ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h cpphash.h config.status system.h \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \ - -DOLD_GPLUSPLUS_INCLUDE_DIR=\"$(old_gxx_include_dir)\" \ -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \ -DCROSS_INCLUDE_DIR=\"$(tooldir)/sys-include\" \ -DTOOL_INCLUDE_DIR=\"$(tooldir)/include\" \ diff --git a/gcc/cccp.c b/gcc/cccp.c index 5214c2c5cd3..fa359d75087 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -421,7 +421,6 @@ static struct default_include { = { /* Pick up GNU C++ specific include files. */ { GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 }, - { OLD_GPLUSPLUS_INCLUDE_DIR, 0, 1, 1 }, #ifdef CROSS_COMPILE /* This is the dir for fixincludes. Put it just before the files that we fix. */ diff --git a/gcc/cpplib.c b/gcc/cpplib.c index f1b5b0dbfa8..baf6e6fdb10 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -297,7 +297,6 @@ static struct default_include { = { /* Pick up GNU C++ specific include files. */ { GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 }, - { OLD_GPLUSPLUS_INCLUDE_DIR, 0, 1, 1 }, #ifdef CROSS_COMPILE /* This is the dir for fixincludes. Put it just before the files that we fix. */ -- 2.30.2