config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT,
TARGET_BYTE_ORDER_SELECTABLE_P): Replace TARGET_BYTE_ORDER and TARGET_BYTE_ORDER_SELECTABLE.
This commit is contained in:
parent
3105a286d5
commit
759181e384
|
@ -1,3 +1,9 @@
|
|||
Tue Dec 15 23:46:40 1998 Andrew Cagney <cagney@chook>
|
||||
|
||||
* config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT,
|
||||
TARGET_BYTE_ORDER_SELECTABLE_P): Replace TARGET_BYTE_ORDER and
|
||||
TARGET_BYTE_ORDER_SELECTABLE.
|
||||
|
||||
1998-12-14 Anthony Thompson (athompso@cambridge.arm.com)
|
||||
|
||||
* remote-rdp.c (rdp_init): Don't discard first character on reset.
|
||||
|
|
|
@ -16,6 +16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
||||
#define TARGET_BYTE_ORDER_DEFAULT BIG_ENDIAN
|
||||
|
||||
#include "mips/tm-mips.h"
|
||||
|
|
|
@ -18,6 +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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
||||
#define TARGET_BYTE_ORDER_DEFAULT BIG_ENDIAN
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-bigmips.h"
|
||||
|
||||
|
|
|
@ -16,6 +16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-bigmips64.h"
|
||||
|
|
|
@ -16,6 +16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-mips.h"
|
||||
|
|
|
@ -16,6 +16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
|
@ -34,8 +34,8 @@ struct value;
|
|||
#include "coff/sym.h" /* Needed for PDR below. */
|
||||
#include "coff/symconst.h"
|
||||
|
||||
#if !defined (TARGET_BYTE_ORDER)
|
||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||
#if !defined (TARGET_BYTE_ORDER_DEFAULT)
|
||||
#define TARGET_BYTE_ORDER_DEFAULT LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#if !defined (GDB_TARGET_IS_MIPS64)
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define TARGET_MONITOR_PROMPT "<RISQ> "
|
||||
|
||||
#include "mips/tm-bigmips64.h"
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define TARGET_MONITOR_PROMPT "<RISQ> "
|
||||
|
||||
#include "mips/tm-mips64.h"
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define TARGET_MONITOR_PROMPT "<RISQ> "
|
||||
#define TARGET_PTR_BIT 64
|
||||
#define MIPS_EABI 1
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define MIPS_EABI 1
|
||||
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
|
||||
#define TARGET_MONITOR_PROMPT "<RISQ> "
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define TARGET_MONITOR_PROMPT "<RISQ> "
|
||||
#define MIPS_EABI 1
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE_P 1
|
||||
#define TARGET_MONITOR_PROMPT "<RISQ> "
|
||||
#define MIPS_EABI 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue