* script-sections.cc (class Orphan_section_placement): Define
[binutils-gdb.git] / gold / symtab.h
index c8aac26bd8e649e8a0f780c60d1e13958d7a7cce..1a81fd11ed8f8ecb5705b0109d9f47b6aa88c350 100644 (file)
@@ -1354,7 +1354,7 @@ class Symbol_table
   get_sized_symbol(const Symbol*) const;
 
   // Return the count of undefined symbols seen.
-  int
+  size_t
   saw_undefined() const
   { return this->saw_undefined_; }
 
@@ -1709,7 +1709,7 @@ class Symbol_table
 
   // We increment this every time we see a new undefined symbol, for
   // use in archive groups.
-  int saw_undefined_;
+  size_t saw_undefined_;
   // The index of the first global symbol in the output file.
   unsigned int first_global_index_;
   // The file offset within the output symtab section where we should