From: Andrew Cagney Date: Tue, 3 Dec 2002 16:30:53 +0000 (+0000) Subject: common/ChangeLog X-Git-Tag: gdb_5_3-2002-12-12-release~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294faf28b880de76436d620d4e5f9f247640d291;p=thirdparty%2Fbinutils-gdb.git common/ChangeLog 2002-11-25 Andrew Cagney * run.c (main): Delete token after #endif. Index: d10v/ChangeLog 2002-11-25 Andrew Cagney * simops.c: Include --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index a5bf31db505..a4c19466ca7 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2002-11-25 Andrew Cagney + + * run.c (main): Delete token after #endif. + 2002-11-22 Andrew Cagney * dv-core.c: Update copyright. sim/common contributed to the FSF. 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)); diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 320eb98b1c4..f7114e917e4 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,7 @@ +2002-11-25 Andrew Cagney + + * simops.c: Include + 2002-06-17 Andrew Cagney * d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum. diff --git a/sim/d10v/simops.c b/sim/d10v/simops.c index 1c0ecfe7479..fbffa4d5602 100644 --- a/sim/d10v/simops.c +++ b/sim/d10v/simops.c @@ -7,6 +7,9 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif #include "d10v_sim.h" #include "simops.h"