diff options
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index b531047118a..e8c2d3fd4b0 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: |