From: David Edelsohn Date: Tue, 22 Apr 1997 18:05:31 +0000 (+0000) Subject: * interf.c (sim_open): Undo patch to add -E support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d03fffed8e41ce7e46c467dd73f89b8c49ee2fa;p=binutils-gdb.git * interf.c (sim_open): Undo patch to add -E support. --- diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index a29c6f38b52..8814350d1e8 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 22 11:05:01 1997 Doug Evans + + * interf.c (sim_open): Undo patch to add -E support. + Thu Apr 17 03:03:56 1997 Doug Evans * interf.c (sim_open): Ignore -E arg. diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index cb7dce4e891..2a3f331cb96 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -186,8 +186,6 @@ sim_open(kind, argv) argc++; while (stat < argc) { if (argv[stat][0] == '-') { - if (strcmp(argv[stat], "-E") == 0) - ++stat; /* ignore endian spec */ if (strcmp(argv[stat], "-v") == 0) { sis_verbose = 1; } else