diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-14 02:54:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-14 02:54:14 +0000 |
commit | e4e4b5a8a78fccea3222a4f7c76a73b9853c55d1 (patch) | |
tree | 95ae21e449123d8e6952ddb32c1b0432537c9261 /sim/common | |
parent | 51e47d124cbb3fc2730f33cc8ca40dc79032f1ee (diff) | |
download | gdb-e4e4b5a8a78fccea3222a4f7c76a73b9853c55d1.tar.gz |
Index: common/ChangeLog
2002-11-13 Andrew Cagney <cagney@redhat.com>
* run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif.
Index: d10v/ChangeLog
2002-11-13 Andrew Cagney <cagney@redhat.com>
* simops.c: Include <string.h>.
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/run.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index ac0c4dfe4ef..1e495767be6 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2002-11-13 Andrew Cagney <cagney@redhat.com> + + * run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif. + 2002-11-06 Richard Sandiford <rsandifo@redhat.com> * Make-common.in (SIM_EXTRA_DISTCLEAN): New macro. diff --git a/sim/common/run.c b/sim/common/run.c index d8c86cdd701..ca3194b5277 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -156,7 +156,7 @@ main (ac, av) target. */ operating_p = 1; break; -#endif SIM_HAVE_ENVIRONMENT +#endif #ifdef SIM_HAVE_PROFILE case 'p': sim_set_profile (atoi (optarg)); |