From: Nick Clifton Date: Sat, 25 Aug 2001 09:48:13 +0000 (+0000) Subject: fix compile time warning message X-Git-Tag: cygnus_cvs_20020108_pre~1563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7781dbed3d946ddcfea237e489a26dcb1b9412e;p=platform%2Fupstream%2Fbinutils.git fix compile time warning message --- diff --git a/include/ChangeLog b/include/ChangeLog index 72b2311..5c76a7b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2001-08-25 Nick Clifton + + * bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to + unsigned to remove a compile time warning message. + 2001-08-24 H.J. Lu * bfdlink.h (bfd_link_hash_table_type): New. The linker hash diff --git a/include/bfdlink.h b/include/bfdlink.h index bfed980..9ada606 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -295,7 +295,7 @@ struct bfd_link_info boolean combreloc; /* How many spare .dynamic DT_NULL entries should be added? */ - int spare_dynamic_tags; + unsigned int spare_dynamic_tags; }; /* This structures holds a set of callback functions. These are