aboutsummaryrefslogtreecommitdiff
path: root/gold/compressed_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/compressed_output.h')
-rw-r--r--gold/compressed_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/compressed_output.h b/gold/compressed_output.h
index 300b064..11b2762 100644
--- a/gold/compressed_output.h
+++ b/gold/compressed_output.h
@@ -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_;
};