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/tm-vx29k.h | |
parent | d41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff) | |
download | ppe42-binutils-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz ppe42-binutils-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip |
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/a29k/tm-vx29k.h')
-rw-r--r-- | gdb/config/a29k/tm-vx29k.h | 1 |
1 files changed, 1 insertions, 0 deletions
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), \ |