diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-02 02:57:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-02 02:57:18 +0000 |
commit | 2607059cba7993c0260ef42af5bc74df8f3f3a6e (patch) | |
tree | cb2846f63bf2a9aaf6d569882b6add480888530b /gdb/config/a29k | |
parent | d41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff) | |
download | ppe42-binutils-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz ppe42-binutils-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip |
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/a29k')
-rw-r--r-- | gdb/config/a29k/tm-a29k.h | 5 | ||||
-rw-r--r-- | gdb/config/a29k/tm-vx29k.h | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/config/a29k/tm-a29k.h b/gdb/config/a29k/tm-a29k.h index bfd65191f2..9978459246 100644 --- a/gdb/config/a29k/tm-a29k.h +++ b/gdb/config/a29k/tm-a29k.h @@ -1,6 +1,6 @@ /* Parameters for target machine AMD 29000, for GDB, the GNU debugger. - Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000 - Free Software Foundation, Inc. + Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2001 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Jim Kingdon. This file is part of GDB. @@ -617,6 +617,7 @@ extern void pop_frame (); asneq 0x50,gr1,gr1 ; breakpoint (replaced by local breakpoint insn) */ +#error "This file is broken. GDB does not define HOST_BYTE_ORDER." #if TARGET_BYTE_ORDER == HOST_BYTE_ORDER #define BS(const) const #else diff --git a/gdb/config/a29k/tm-vx29k.h b/gdb/config/a29k/tm-vx29k.h index fb6ecb3fd5..15113c5cde 100644 --- a/gdb/config/a29k/tm-vx29k.h +++ b/gdb/config/a29k/tm-vx29k.h @@ -44,6 +44,7 @@ For Vxworks, the breakpoint is set and deleted by calls to CALL_DUMMY_BREAK_SET and CALL_DUMMY_BREAK_DELETE. */ +#error "This file is broken. GDB does not define HOST_BYTE_ORDER." #if TARGET_BYTE_ORDER == HOST_BYTE_ORDER #define CALL_DUMMY {0x0400870f,\ 0x36008200|(MSP_HW_REGNUM), \ |