From: Clinton Popetz Date: Mon, 27 Dec 1999 23:31:48 +0000 (+0000) Subject: * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=440927ec199091a6e8cf28b06e3de90ee45ec964;p=gcc.git * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix. From-SVN: r31104 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce1c44a5b13..094d2ebc66c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-12-27 Clinton Popetz + + * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix. + 1999-12-27 Christophe Jaillet * alias.c (nonlocal_reference_p): Add else for disjoint ifs. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 8d8dcd08002..64212b2d8a1 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -489,7 +489,7 @@ extern void sbss_section PARAMS ((void)); #else #define TARGET_64BIT 0 #endif -#else /* IN_LIBGCC2 */ +#endif /* IN_LIBGCC2 */ #ifndef MULTILIB_ENDIAN_DEFAULT #if TARGET_ENDIAN_DEFAULT == 0