This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug in gcc/libgcc2.c


Someone forgot an #endif.

-- 
albert chin (china@thewrittenword.com)

-- snip snip
from  Albert Chin-A-Young  <china@thewrittenword.com>
     
	* gcc/libgcc2.c: Add missing #endif after __addvsi3.

--- gcc/libgcc2.c.orig	Thu Oct 19 09:01:18 2000
+++ gcc/libgcc2.c	Thu Oct 19 09:01:27 2000
@@ -64,6 +64,7 @@
 
   return w;
 } 
+#endif
 
 #ifdef L_addvdi3
 DItype

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]