diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-22 18:05:31 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-22 18:05:31 +0000 |
commit | 2d03fffed8e41ce7e46c467dd73f89b8c49ee2fa (patch) | |
tree | 906b0dc6170cf287fa6411d392ce414a534bcc85 /sim/erc32 | |
parent | 15c1649391b66df7e721377daa248721ab3e58eb (diff) | |
download | gdb-2d03fffed8e41ce7e46c467dd73f89b8c49ee2fa.zip gdb-2d03fffed8e41ce7e46c467dd73f89b8c49ee2fa.tar.gz gdb-2d03fffed8e41ce7e46c467dd73f89b8c49ee2fa.tar.bz2 |
* interf.c (sim_open): Undo patch to add -E support.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/erc32/interf.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index a29c6f3..8814350 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 22 11:05:01 1997 Doug Evans <dje@canuck.cygnus.com> + + * interf.c (sim_open): Undo patch to add -E support. + Thu Apr 17 03:03:56 1997 Doug Evans <dje@canuck.cygnus.com> * interf.c (sim_open): Ignore -E arg. diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index cb7dce4..2a3f331 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 |