* procfs.c (proc_wait): Call print_sys_errmsg() if we get an
[deliverable/binutils-gdb.git] / gdb / tm-stratus.h
index 688d1a4cbb19b458e384ea5740254a8dc80ab219..a2c5ef8a874d0949f773a18d45f07dac5f4e4857 100644 (file)
@@ -17,5 +17,11 @@ 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 TARGET_BYTE_ORDER BIG_ENDIAN
+
+#define USG
+
 #include "tm-sysv4.h"
 #include "tm-i860.h"
This page took 0.022985 seconds and 4 git commands to generate.