From df743ebdf3d753613882c8b224594a4845a54c89 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,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; -- 2.11.0