Improve release doc slightly.
[deliverable/binutils-gdb.git] / gdb / xm-stratus.h
index 11313b684b02bae4dada043d2eec80bda790d1dc..8898a6d50b80f5891fb848e8a94fd62c55012483 100644 (file)
@@ -18,13 +18,18 @@ 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.  */
 
+/* Normally, i860 is little endian.  However, stratus uses the i860 in
+   big endian mode. */
+
+#define HOST_BYTE_ORDER BIG_ENDIAN
+
 /* Pick up most of what we need from the generic i860 host include file. */
 
 #include "xm-i860.h"
 
 /* Pick up more stuff from the generic SVR4 host include file. */
 
-#include "xm-svr4.h"
+#include "xm-sysv4.h"
 
 /* The native compiler complains about using volatile to indicate functions
    that never return.  So shut it up by simply defining away "NORETURN", which
@@ -33,5 +38,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef __GNUC__
 # define NORETURN /**/
 #endif
-
-#define NO_JOB_CONTROL
This page took 0.023462 seconds and 4 git commands to generate.