OSDN Git Service

* gentmap.c: Fix compile time warning.
authorThiemo Seufer <ths@networkno.de>
Tue, 7 Nov 2006 19:29:59 +0000 (19:29 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 7 Nov 2006 19:29:59 +0000 (19:29 +0000)
sim/common/ChangeLog
sim/common/gentmap.c

index 506029c..9d0b8d8 100644 (file)
@@ -1,5 +1,9 @@
 2006-11-07  Thiemo Seufer  <ths@mips.com>
 
+       * gentmap.c: Fix compile time warning.
+
+2006-11-07  Thiemo Seufer  <ths@mips.com>
+
        * sim-base.h (text_start, text_end, start_addr): Use bfd_vma type
        for bfd text addresses.
 
index 897a6f7..a4d3713 100644 (file)
@@ -1,6 +1,7 @@
 /* Generate targ-vals.h and targ-map.c.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 struct tdefs {
   char *symbol;