Add section_size_type and section_offset_type, use them to replace a
[deliverable/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); }
   };
 
This page took 0.023917 seconds and 4 git commands to generate.