Fix MIPS-Linux false commit

Andreas Jaeger aj@suse.de
Wed Apr 26 00:29:00 GMT 2000


With my latest checkin for mips-linux, I added accidently another
patch :-(.

I've reverted this patch now as an obvious fix.

Andreas

2000-04-26  Andreas Jaeger  <aj@suse.de>

	* config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
	last patch.



P.S. Here's the patch that went in - I'm removing the #if 0/#endif
pair.
 
gromit:/cvs/gcc/gcc/config/mips:[0]$ cvs diff -r 1.12 linux.h 
Index: linux.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mips/linux.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- linux.h     2000/04/12 21:38:23     1.12
+++ linux.h     2000/04/13 20:00:31     1.13
[correct patch deleted]
@@ -169,6 +169,7 @@
 %{!fno-PIC:%{!fno-pic:-KPIC}} \
 %{fno-PIC:-non_shared} %{fno-pic:-non_shared}"
 
+#if 0
 /* Undefine the following which were defined in elf.h.  This will cause the linux
    port to continue to use collect2 for constructors/destructors.  These may be removed
    when .ctor/.dtor section support is desired. */
@@ -196,5 +197,5 @@
 #undef CTOR_LIST_END
 #undef DTOR_LIST_BEGIN
 #undef DTOR_LIST_END
-
+#endif

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de


More information about the Gcc-patches mailing list