From 09d969392e8f26b5d04bcc452c82a3cc4ae9fbad Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 7 Nov 2006 19:29:59 +0000 Subject: [PATCH] * gentmap.c: Fix compile time warning. --- sim/common/ChangeLog | 4 ++++ sim/common/gentmap.c | 1 + 2 files changed, 5 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 506029cd11..9d0b8d8fee 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 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;