* config/mips/tm-bigmips64.h: Just define TARGET_BYTE_ORDER and
authorIan Lance Taylor <ian@airs.com>
Thu, 13 Oct 1994 03:20:47 +0000 (03:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 13 Oct 1994 03:20:47 +0000 (03:20 +0000)
include tm-mips64.h.

gdb/ChangeLog
gdb/config/mips/tm-bigmips64.h

index 7f8b2b3bf232ade83ea3ef38a7a37c6447f47bed..766b9ef589e3f625940f541942a63b59d7e838e0 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct 12 23:19:08 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * config/mips/tm-bigmips64.h: Just define TARGET_BYTE_ORDER and
+       include tm-mips64.h.
+
 Wed Oct 12 18:02:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * Makefile.in (ANNOTATE_OBS): New definition.
index 1f45b18774322aac6f0580206874537cc910cf5c..ca09e096e98fbd99c695dded3ab957ca457e6fd5 100644 (file)
@@ -18,18 +18,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#define GDB_TARGET_IS_MIPS64 1
+#define TARGET_BYTE_ORDER BIG_ENDIAN
 
-/* force LONGEST to be long long in gdb */
-#define FORCE_LONG_LONG
-
-/* Use eight byte registers.  */
-#define MIPS_REGSIZE 8
-
-/* Load double words in CALL_DUMMY.  */
-#define OP_LDFPR 065   /* ldc1 */
-#define OP_LDGPR 067   /* ld */
-
-/* Get the basic MIPS definitions.  Default to big endian, since that
-   is how the chips are mostly used.  */
-#include "tm-bigmips.h"
+#include "mips/tm-mips64.h"