Set default LANGUAGE to english/us.
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index dbae403f8dc448018465c5184e4be482adc46e6d..1d037c8fa79d777e410be702fd57a9b04447c8a9 100644 (file)
@@ -474,8 +474,7 @@ gdbsim_open (char *args, int from_tty)
   strcpy (arg_buf, "gdbsim");  /* 7 */
   /* Specify the byte order for the target when it is both selectable
      and explicitly specified by the user (not auto detected). */
-  if (TARGET_BYTE_ORDER_SELECTABLE_P
-      && !TARGET_BYTE_ORDER_AUTO)
+  if (!TARGET_BYTE_ORDER_AUTO)
     {
       switch (TARGET_BYTE_ORDER)
        {
This page took 0.027279 seconds and 4 git commands to generate.