fix compile time warning message
This commit is contained in:
		| @@ -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> | 2001-08-24  H.J. Lu  <hjl@gnu.org> | ||||||
|  |  | ||||||
| 	* bfdlink.h (bfd_link_hash_table_type): New. The linker hash | 	* bfdlink.h (bfd_link_hash_table_type): New. The linker hash | ||||||
|   | |||||||
| @@ -295,7 +295,7 @@ struct bfd_link_info | |||||||
|   boolean combreloc; |   boolean combreloc; | ||||||
|  |  | ||||||
|   /* How many spare .dynamic DT_NULL entries should be added?  */ |   /* 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 | /* This structures holds a set of callback functions.  These are | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user