config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT,
authorAndrew Cagney <cagney@redhat.com>
Tue, 15 Dec 1998 13:35:50 +0000 (13:35 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 15 Dec 1998 13:35:50 +0000 (13:35 +0000)
TARGET_BYTE_ORDER_SELECTABLE_P): Replace TARGET_BYTE_ORDER and
TARGET_BYTE_ORDER_SELECTABLE.

16 files changed:
gdb/ChangeLog
gdb/config/mips/tm-bigmips.h
gdb/config/mips/tm-bigmips64.h
gdb/config/mips/tm-embed.h
gdb/config/mips/tm-embed64.h
gdb/config/mips/tm-embedl.h
gdb/config/mips/tm-embedl64.h
gdb/config/mips/tm-mips.h
gdb/config/mips/tm-tx39.h
gdb/config/mips/tm-tx39l.h
gdb/config/mips/tm-vr4300.h
gdb/config/mips/tm-vr4300el.h
gdb/config/mips/tm-vr4320.h
gdb/config/mips/tm-vr4xxx.h
gdb/config/mips/tm-vr5000.h
gdb/config/mips/tm-vr5000el.h

index f0b6220945baf37398ab5c789148b655784a4ed0..e886ac2b5611fec3a4a346befa332478a3a03621 100644 (file)
@@ -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.
index 0669c268967d3084d4f5ce7fdae4ba416dd31b64..271ceb0b363f119064fde28f70c0eaddf86429a8 100644 (file)
@@ -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"
index 3d49d4ddf91c85ec13a54e057e1c68f91a944c10..8b255a5a3260cf5082961e2a34196e8ce190b56e 100644 (file)
@@ -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"
index 4a4aa75b8f04c56f4cfd5f686abb5f4b83b12517..7bf17597706aca9019cc424aeef5d40f23b262bf 100644 (file)
@@ -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"
 
index 63296bb6c3df0fb795b736708a34495e355101c5..df90f58fa98b4717cf1d9fedfea5b7e674d3f68d 100644 (file)
@@ -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"
index 361c9f92822162ecd0d6c51cba4e843b25422252..23abcd9db84a42f3699bd9234420bdc4132a7b14 100644 (file)
@@ -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"
index 112ddd4fa3e9b68c0753c7d2a4be87d755252d4c..c7dca19532443930c9f0c2878b8253474e8f1116 100644 (file)
@@ -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"
index bbc4e2bb13792ff5c8276595c3d80a517db5da91..ffa5bd4c52cbb4877826b0d6f9fce2395ef0e29e 100644 (file)
@@ -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)
index 9e4b8a19c21ce1ad523371571850d1d013eed604..ee99a2822590d6382629449a316531d43478a5eb 100644 (file)
@@ -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
 
index 3d2342152233bed4e703095c2ee00c09ad8dca04..8ceec7296eae2c0c15b4fea20494f1ba86cac1fc 100644 (file)
@@ -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
 
index e531f988f017a568364abdf771bf14b115834e71..541ca44611de0602155036ac07e6d2db28713149 100644 (file)
@@ -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"
index 8fca4c534e912dd744f9af3e1730691ce25bd5cf..75e8693dfbb6fd1ee7014f6b511fd08f95e182a1 100644 (file)
@@ -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"
index a985f9a938b303292198358e589e9a849764a6a2..8dfeebfed464f978112d3771bc083d253a4f1a6f 100644 (file)
@@ -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
index e81a4709cdc50231882c962bb3e3ad4b97950669..ec5fa44fc1b0f81640868f90bebac5159a650a04 100644 (file)
@@ -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> "
index 23bff57da0afce00d2728eba13dff877efc8e34e..b834a7762fc8a588e4bf89721d9f7bf0338d6a38 100644 (file)
@@ -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
 
index 5de282c33eade94c82114b3c98b72b81c65e76f8..c6897d12ee1dbf3592fe8ca61dd4d3b6493fbcf0 100644 (file)
@@ -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