fix compile time warning message
This commit is contained in:
parent
f02e226057
commit
46f2e78081
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue