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>.
This commit is contained in:
parent
3416d2e743
commit
d25b15536c
4 changed files with 12 additions and 1 deletions
|
@ -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>
|
2002-11-06 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* Make-common.in (SIM_EXTRA_DISTCLEAN): New macro.
|
* Make-common.in (SIM_EXTRA_DISTCLEAN): New macro.
|
||||||
|
|
|
@ -156,7 +156,7 @@ main (ac, av)
|
||||||
target. */
|
target. */
|
||||||
operating_p = 1;
|
operating_p = 1;
|
||||||
break;
|
break;
|
||||||
#endif SIM_HAVE_ENVIRONMENT
|
#endif
|
||||||
#ifdef SIM_HAVE_PROFILE
|
#ifdef SIM_HAVE_PROFILE
|
||||||
case 'p':
|
case 'p':
|
||||||
sim_set_profile (atoi (optarg));
|
sim_set_profile (atoi (optarg));
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-11-13 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* simops.c: Include <string.h>.
|
||||||
|
|
||||||
2002-06-17 Andrew Cagney <cagney@redhat.com>
|
2002-06-17 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum.
|
* d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum.
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_STRING_H
|
||||||
|
#include <string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "d10v_sim.h"
|
#include "d10v_sim.h"
|
||||||
#include "simops.h"
|
#include "simops.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue