LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE

This commit is contained in:
Andrew Cagney
2001-12-15 16:53:24 +00:00
parent 5b6a02bcf4
commit 778eb05eac
26 changed files with 54 additions and 39 deletions

View File

@@ -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: