Let ddb know powerpc is big endian so as to make ddb output

human readable.

Obtained from: sparc64/include/db_machdep.h
This commit is contained in:
Andrew Gallatin 2004-07-23 14:45:15 +00:00
parent 46b25cb5f6
commit d593f6eda9

View File

@ -39,6 +39,8 @@
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
#define BYTE_MSF (1)
typedef vm_offset_t db_addr_t; /* address - unsigned */
typedef int db_expr_t; /* expression - signed */