diff options
author | Clinton Popetz <cpopetz@cygnus.com> | 1999-12-27 23:31:48 +0000 |
---|---|---|
committer | Clinton Popetz <cpopetz@gcc.gnu.org> | 1999-12-27 18:31:48 -0500 |
commit | 440927ec199091a6e8cf28b06e3de90ee45ec964 (patch) | |
tree | 2ec1d01f7b95f2d3e848c91e11206e1633fbf263 | |
parent | d4757e6a5d9b746fb59943cdcedc98f5073b2b3e (diff) | |
download | gcc-440927ec199091a6e8cf28b06e3de90ee45ec964.zip gcc-440927ec199091a6e8cf28b06e3de90ee45ec964.tar.gz gcc-440927ec199091a6e8cf28b06e3de90ee45ec964.tar.bz2 |
* config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
From-SVN: r31104
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce1c44a..094d2eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-12-27 Clinton Popetz <cpopetz@cygnus.com> + + * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix. + 1999-12-27 Christophe Jaillet <jaillet.christophe@caramail.com> * 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 8d8dcd0..64212b2 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 |