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 | 1eb953d0c84c550568eb554ef970503bd31e4be0 (patch) | |
tree | a88bc5fc03a9a0f78f7f581a096336e0a0b0443d /gdb/config/a29k/tm-vx29k.h | |
parent | 7c868d85941da797480e2ec354bc138fc138eae3 (diff) | |
download | gdb-1eb953d0c84c550568eb554ef970503bd31e4be0.tar.gz |
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 fb6ecb3fd50..15113c5cdeb 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), \ |