aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>2002-01-17 01:37:52 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2002-01-16 17:37:52 -0800
commitc66c8b0e657d0523f9b61c4d47d66dcfb5bbe5d7 (patch)
tree407c16179e219ae433e1b8222798017ba125e6c9
parent5f083b7255fac27b321f1b1c3d60f723a9c49977 (diff)
downloadgcc-c66c8b0e657d0523f9b61c4d47d66dcfb5bbe5d7.zip
gcc-c66c8b0e657d0523f9b61c4d47d66dcfb5bbe5d7.tar.gz
gcc-c66c8b0e657d0523f9b61c4d47d66dcfb5bbe5d7.tar.bz2
linux.h: Include "mips/abi64.h".
2002-01-16 H.J. Lu <hjl@gnu.org> * config/mips/linux.h: Include "mips/abi64.h". From-SVN: r48937
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/linux.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3bb24ab..bf2bd56 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2002-01-16 H.J. Lu <hjl@gnu.org>
+ * config/mips/linux.h: Include "mips/abi64.h".
+
+2002-01-16 H.J. Lu <hjl@gnu.org>
+
* config/mips/t-linux: New.
* config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h
index 46a9328..70901e7 100644
--- a/gcc/config/mips/linux.h
+++ b/gcc/config/mips/linux.h
@@ -19,6 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "mips/mips.h"
+#include "mips/abi64.h"
#undef WCHAR_TYPE
#define WCHAR_TYPE "int"