PR 6716
[binutils-gdb.git] / gold / compressed_output.h
index d9bb0c4c46063d874cd23a78858d29071dc90b54..11b2762288f58b09b69b6de81ba7686a3657f250 100644 (file)
@@ -1,6 +1,6 @@
 // compressed_output.h -- compressed output sections for gold  -*- C++ -*-
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -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_;
 };