summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-15 16:53:24 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-15 16:53:24 +0000
commited59d21912d94392c9b918d4895641c76a7b3da5 (patch)
tree9d564553b9efa5723846e38acf665fb912453346 /gdb/remote-sim.c
parent3e7ef95edd82f76caa300702d7ba01dcda21a53b (diff)
downloadgdb-ed59d21912d94392c9b918d4895641c76a7b3da5.tar.gz
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 3e515c13af8..caba037d3b5 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -480,7 +480,7 @@ gdbsim_open (char *args, int from_tty)
case BIG_ENDIAN:
strcat (arg_buf, " -E big");
break;
- case LITTLE_ENDIAN:
+ case BFD_ENDIAN_LITTLE:
strcat (arg_buf, " -E little");
break;
default: