]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/symtab.h
Add section_size_type and section_offset_type, use them to replace a
[thirdparty/binutils-gdb.git] / gold / symtab.h
index 244783e78a47a037c5905006e5160f16ffcdfc56..9613f2e08b233777a63f6a7cbab3eff1df743baf 100644 (file)
@@ -939,7 +939,7 @@ class Warnings
     }
 
     void
-    set_text(const char* t, off_t l)
+    set_text(const char* t, section_size_type l)
     { this->text.assign(t, l); }
   };