* Makefile.am ($(srcdir)/ia64-asmtab.c): Remove line continuation.
[deliverable/binutils-gdb.git] / gold / object.h
index 8ddd68970a3d548cb853e2d43fa9cad488dc1545..188f1f208fe23845b37d3b7f77dde7b8efcc6a8f 100644 (file)
@@ -410,7 +410,7 @@ class Object
 
   // Read data from the underlying file.
   void
-  read(off_t start, section_size_type size, void* p) const
+  read(off_t start, section_size_type size, void* p)
   { this->input_file()->file().read(start + this->offset_, size, p); }
 
   // Read multiple data from the underlying file.
This page took 0.067992 seconds and 4 git commands to generate.