From d7449b42d3ecdf244e2ba02be9aa58b503524272 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 5 Jan 2002 04:30:46 +0000 Subject: s/BIG_ENDIAN/BFD_ENDIAN_BIG/ --- gdb/remote-rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-rdp.c') 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: -- cgit v1.1