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 | d25b15536cfa1c86bd3997df1d4f3a329b496ff7 (patch) | |
tree | 65ab58996df1058bc19c92a93b27725295f95d30 /sim/common/run.c | |
parent | * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): (diff) | |
download | binutils-gdb-d25b15536cfa1c86bd3997df1d4f3a329b496ff7.tar.gz binutils-gdb-d25b15536cfa1c86bd3997df1d4f3a329b496ff7.tar.bz2 binutils-gdb-d25b15536cfa1c86bd3997df1d4f3a329b496ff7.zip |
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/run.c')
-rw-r--r-- | sim/common/run.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |