Mips is always TARGET_BYTE_ORDER_SELECTABLE_P 1.
This commit is contained in:
parent
193e3b1a00
commit
69c49926bb
15 changed files with 24 additions and 25 deletions
|
@ -1,3 +1,15 @@
|
|||
Tue Jun 6 16:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* config/mips/tm-vr5000el.h, config/mips/tm-vr5000.h,
|
||||
config/mips/tm-vr4xxxel.h, config/mips/tm-vr4xxx.h,
|
||||
config/mips/tm-vr4300el.h, config/mips/tm-vr4100.h,
|
||||
config/mips/tm-vr4300.h, config/mips/tm-tx39l.h,
|
||||
config/mips/tm-tx39.h, config/mips/tm-embedl64.h,
|
||||
config/mips/tm-embedl.h, config/mips/tm-embed64.h,
|
||||
config/mips/tm-embed.h: Delete TARGET_BYTE_ORDER_SELECTABLE_P.
|
||||
|
||||
* tm-mips.h (TARGET_BYTE_ORDER_SELECTABLE_P): Define as 1.
|
||||
|
||||
Tue Jun 6 16:21:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* gdbarch.sh (generic_register_convertible_not,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-bigmips.h"
|
||||
|
||||
#undef DEFAULT_MIPS_TYPE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -17,6 +17,4 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-bigmips64.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -17,6 +17,4 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-mips.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -17,6 +17,4 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
|
@ -588,3 +588,9 @@ extern void mips_set_processor_type_command (char *, int);
|
|||
/* MIPS sign extends addresses */
|
||||
#define POINTER_TO_ADDRESS(TYPE,BUF) (signed_pointer_to_address (TYPE, BUF))
|
||||
#define ADDRESS_TO_POINTER(TYPE,BUF,ADDR) (address_to_signed_pointer (TYPE, BUF, ADDR))
|
||||
|
||||
|
||||
/* MIPS is always bi-endian */
|
||||
#if !GDB_MULTI_ARCH
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
|
||||
#define TARGET_PTR_BIT 64
|
||||
|
|
|
@ -17,6 +17,4 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-bigmips64.h"
|
||||
|
|
|
@ -17,6 +17,4 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
|
@ -19,6 +19,5 @@
|
|||
|
||||
#define GDB_MULTI_ARCH 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-bigmips64.h"
|
||||
|
|
|
@ -19,6 +19,5 @@
|
|||
|
||||
#define GDB_MULTI_ARCH 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define GDB_MULTI_ARCH 1
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
|
||||
#include "mips/tm-bigmips64.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define GDB_MULTI_ARCH 1
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue