From: Thiemo Seufer Date: Tue, 7 Nov 2006 19:29:59 +0000 (+0000) Subject: * gentmap.c: Fix compile time warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09d969392e8f26b5d04bcc452c82a3cc4ae9fbad;p=binutils-gdb.git * gentmap.c: Fix compile time warning. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 506029cd118..9d0b8d8fee9 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2006-11-07 Thiemo Seufer + + * gentmap.c: Fix compile time warning. + 2006-11-07 Thiemo Seufer * sim-base.h (text_start, text_end, start_addr): Use bfd_vma type diff --git a/sim/common/gentmap.c b/sim/common/gentmap.c index 897a6f70c77..a4d37134c98 100644 --- a/sim/common/gentmap.c +++ b/sim/common/gentmap.c @@ -1,6 +1,7 @@ /* Generate targ-vals.h and targ-map.c. */ #include +#include struct tdefs { char *symbol;