fix compile time warning message

This commit is contained in:
Nick Clifton 2001-08-25 09:48:13 +00:00
parent f02e226057
commit 46f2e78081
2 changed files with 6 additions and 1 deletions

View 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

View 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