]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com>
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Wed, 26 Nov 2008 14:24:12 +0000 (14:24 +0000)
committerJoel Sherrill <joel.sherrill@oarcorp.com>
Wed, 26 Nov 2008 14:24:12 +0000 (14:24 +0000)
    * arminit.c, iwmmxt.c: Include <string.h> to
    eliminate warning.

sim/arm/ChangeLog
sim/arm/arminit.c
sim/arm/iwmmxt.c

index dff851574eaca223b62ef6ae8590d7bd60427bc5..e00cf85452b07fb264ded4f2e7608863d6896d85 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-24  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+    * arminit.c, iwmmxt.c: Include <string.h> to
+    eliminate warning.
 2008-07-11  Hans-Peter Nilsson  <hp@axis.com>
 
        * configure: Regenerate to track ../common/common.m4 changes.
index df01570fc0b9e3f1a589e4dd90e0428cb481b483..c84fb5cce444d6e727085b046fa3865b12551b15 100644 (file)
@@ -15,6 +15,8 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
+#include <string.h>
+
 #include "armdefs.h"
 #include "armemu.h"
 #include "dbg_rdi.h"
index 6a26f14e62d0e9e7f2728a3358eeae9dd847a80b..827b8ac60842067d702232d19c68973f0b37f4a0 100644 (file)
@@ -15,6 +15,8 @@
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+#include <string.h>
+
 #include "armdefs.h"
 #include "armos.h"
 #include "armemu.h"