summaryrefslogtreecommitdiff
path: root/gold/stringpool.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-01 06:34:12 +0000
committerIan Lance Taylor <iant@google.com>2007-12-01 06:34:12 +0000
commit96803768f1845a2c5af362ea2dc6b39a147d3930 (patch)
tree1ff1ce0a11218dd449f822cfc42c17626627491b /gold/stringpool.h
parentf80c84b330870d86697702c95506f127264fac3a (diff)
downloadbinutils-gdb-96803768f1845a2c5af362ea2dc6b39a147d3930.tar.gz
Compress all debug sections.
Diffstat (limited to 'gold/stringpool.h')
-rw-r--r--gold/stringpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/stringpool.h b/gold/stringpool.h
index 57725a5c599..e902b8e4aae 100644
--- a/gold/stringpool.h
+++ b/gold/stringpool.h
@@ -147,7 +147,7 @@ class Stringpool_template
// specified size. buffer_size should be at least
// get_strtab_size().
void
- write_to_buffer(char* buffer, size_t buffer_size);
+ write_to_buffer(unsigned char* buffer, size_t buffer_size);
private:
Stringpool_template(const Stringpool_template&);