summaryrefslogtreecommitdiffstats
path: root/gdb/printcmd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-05 04:30:46 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-05 04:30:46 +0000
commitd7449b42d3ecdf244e2ba02be9aa58b503524272 (patch)
tree6be786acd69b5b5d51e1e02ea6e97cde8592824f /gdb/printcmd.c
parentca4976a6949dd6f5276cd48ae593ae862a2ec684 (diff)
downloadppe42-binutils-d7449b42d3ecdf244e2ba02be9aa58b503524272.tar.gz
ppe42-binutils-d7449b42d3ecdf244e2ba02be9aa58b503524272.zip
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r--gdb/printcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c
index 9db1547688..024f85f055 100644
--- a/gdb/printcmd.c
+++ b/gdb/printcmd.c
@@ -2431,7 +2431,7 @@ disassemble_command (char *arg, int from_tty)
static int
print_insn (CORE_ADDR memaddr, struct ui_file *stream)
{
- if (TARGET_BYTE_ORDER == BIG_ENDIAN)
+ if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
TARGET_PRINT_INSN_INFO->endian = BFD_ENDIAN_BIG;
else
TARGET_PRINT_INSN_INFO->endian = BFD_ENDIAN_LITTLE;
OpenPOWER on IntegriCloud