From: Thiemo Seufer Date: Tue, 7 Nov 2006 19:29:59 +0000 (+0000) Subject: * gentmap.c: Fix compile time warning. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=df743ebdf3d753613882c8b224594a4845a54c89;p=pf3gnuchains%2Fpf3gnuchains3x.git * gentmap.c: Fix compile time warning. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 506029cd11..9d0b8d8fee 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,9 @@ 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 for bfd text addresses. diff --git a/sim/common/gentmap.c b/sim/common/gentmap.c index 897a6f70c7..a4d37134c9 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;