]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
common/ChangeLog
authorAndrew Cagney <cagney@redhat.com>
Tue, 3 Dec 2002 16:30:53 +0000 (16:30 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 3 Dec 2002 16:30:53 +0000 (16:30 +0000)
2002-11-25  Andrew Cagney  <cagney@redhat.com>

* run.c (main): Delete token after #endif.

Index: d10v/ChangeLog
2002-11-25  Andrew Cagney  <cagney@redhat.com>

* simops.c: Include <string.h>

sim/common/ChangeLog
sim/common/run.c
sim/d10v/ChangeLog
sim/d10v/simops.c

index a5bf31db505dbdb217e2ac6cd1cd46529124ddb5..a4c19466ca76955194f39a444aef922b2e6626b7 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-25  Andrew Cagney  <cagney@redhat.com>
+
+       * run.c (main): Delete token after #endif.
+
 2002-11-22  Andrew Cagney  <ac131313@redhat.com>
 
        * dv-core.c: Update copyright.  sim/common contributed to the FSF.
index d8c86cdd701011f914ff54788ade4ccf4d70dba7..ca3194b5277a6c17572811e373b30d05811a199d 100644 (file)
@@ -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));
index 320eb98b1c4b74b24622c3c1805326e6dcde1d40..f7114e917e42520e91faa796ec011af9146b7b35 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-25  Andrew Cagney  <cagney@redhat.com>
+
+       * simops.c: Include <string.h>
+
 2002-06-17  Andrew Cagney  <cagney@redhat.com>
 
        * d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum.
index 1c0ecfe7479b0e95d748b99b4985fed6b0e355e6..fbffa4d5602ce3e0807842e7dcb72c7df1e0a1e0 100644 (file)
@@ -7,6 +7,9 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 
 #include "d10v_sim.h"
 #include "simops.h"