diff options
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index bfed980f6..9ada606e3 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 |