Add cast to avoid signed/unsigned warning.
[deliverable/binutils-gdb.git] / gold / dynobj.h
index 1fe37a4b600d4e5cac470034ee39bcc1770eaec2..cc6ec546c15c3324e69643b5d3f0858b5ae4e920 100644 (file)
@@ -229,7 +229,7 @@ class Sized_dynobj : public Dynobj
   void
   read_dynsym_section(const unsigned char* pshdrs, unsigned int shndx,
                      elfcpp::SHT type, unsigned int link,
-                     File_view** view, off_t* view_size,
+                     File_view** view, section_size_type* view_size,
                      unsigned int* view_info);
 
   // Read the dynamic tags.
This page took 0.022704 seconds and 4 git commands to generate.