From 96803768f1845a2c5af362ea2dc6b39a147d3930 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 1 Dec 2007 06:34:12 +0000 Subject: Compress all debug sections. --- gold/stringpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/stringpool.h') diff --git a/gold/stringpool.h b/gold/stringpool.h index 57725a5..e902b8e 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&); -- cgit v1.1