fix compile time warning message
authorNick Clifton <nickc@redhat.com>
Sat, 25 Aug 2001 09:48:13 +0000 (09:48 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 25 Aug 2001 09:48:13 +0000 (09:48 +0000)
include/ChangeLog
include/bfdlink.h

index 72b2311..5c76a7b 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-25  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * 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  <hjl@gnu.org>
 
        * bfdlink.h (bfd_link_hash_table_type): New. The linker hash
index bfed980..9ada606 100644 (file)
@@ -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