target/4606 config.gcc refers to non-existant va-clipper.h

Craig Rodrigues rodrigc@mediaone.net
Tue Nov 13 15:03:00 GMT 2001


Hi,

I received no feedback, so I am reposting this patch mentioned in:

http://gcc.gnu.org/ml/gcc-patches/2001-10/msg01055.html


va-clipper.h was removed with:

Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
 
        * Makefile.in (USER_H): Remove va-foo.h.
 
        * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
        va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
        va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
        va-spur.h,va-v850.h}: Remove.


Request approval to commit this, for the following PR:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4606&database=gcc




2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	PR target/4606
	* config.gcc: Remove reference to va-clipper.h

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.114
diff -u -r1.114 config.gcc
--- config.gcc	2001/11/17 05:46:25	1.114
+++ config.gcc	2001/11/17 20:06:45
@@ -661,7 +661,6 @@
 clipper-intergraph-clix*)
 	tm_file="${tm_file} svr3.h clipper/clix.h"
 	xm_defines=POSIX
-	extra_headers=va-clipper.h
 	extra_parts="crtbegin.o crtend.o"
 	install_headers_dir=install-headers-cpio
 	;;
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Gcc-patches mailing list