Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-25 13:48:13 +0400
committerNick Clifton <nickc@redhat.com>2001-08-25 13:48:13 +0400
commit46f2e780812e5c5aa8214b7fbe33643703734fd5 (patch)
treef6568caf0209649e173eb032f6178c81448f39e6 /include/bfdlink.h
parentf02e226057b4cd3ff035e607ccb296d1a9831829 (diff)
fix compile time warning message
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h2
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