* Makefile.am (spu_ovl.o_c): Add missing line continuations.
[binutils-gdb.git] / gold / compressed_output.h
index 300b064c33740037565c7e678b6bc3ac74dc58f6..11b2762288f58b09b69b6de81ba7686a3657f250 100644 (file)
@@ -64,7 +64,7 @@ class Output_compressed_section : public Output_section
   // The options--this includes the compression type.
   const General_options* options_;
   // The compressed data.
-  char* data_;
+  unsigned char* data_;
   // The new section name if we do compress.
   std::string new_section_name_;
 };