aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index b531047..e8c2d3f 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -353,7 +353,7 @@ rdp_init (int cold, int tty)
sync = 1;
break;
case RDP_RES_VALUE_BIG_ENDIAN:
- target_byte_order = BIG_ENDIAN;
+ target_byte_order = BFD_ENDIAN_BIG;
sync = 1;
break;
default: