OpenBSD tester wanted (fixincludes patch)

Nathanael Nerode neroden@twcny.rr.com
Fri Jul 11 23:45:00 GMT 2003


I would like someone with an OpenBSD system to test a GCC build with this
patch.  This makes it use the normal fixincludes instead of the bizarre
things it did before.

If it doesn't work, I'd like to know where.  If it does work and actually
alters some files, I'd like to know that too, since I think that on OpenBSD 3.0
and later it shouldn't make any fixes.  

(You can tell which files were altered by the output from fixincludes; 
however, ignore io_quotes_use, io_quotes_def, hpux8_bogus_inlines,
sun_malloc, and sysv68_string since they claim to have altered things even
when they didn't.)

	* fixinc/mkfixinc.sh: Treat OpenBSD normally.

Index: mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.50
diff -u -r1.50 mkfixinc.sh
--- mkfixinc.sh	11 Jul 2003 05:24:48 -0000	1.50
+++ mkfixinc.sh	11 Jul 2003 23:44:34 -0000
@@ -42,10 +42,6 @@
         fixincludes=fixinc.svr4
         ;;
 
-    i?86-*-openbsd*)
-        fixincludes=fixinc.wrap
-        ;;
-
     i?86-sequent-ptx* | i?86-sequent-sysv[34]*)
         fixincludes=fixinc.ptx
         ;;

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html



More information about the Gcc-patches mailing list