diff options
Diffstat (limited to 'gold/compressed_output.h')
-rw-r--r-- | gold/compressed_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/compressed_output.h b/gold/compressed_output.h index b5fdbeb..616c80a 100644 --- a/gold/compressed_output.h +++ b/gold/compressed_output.h @@ -47,7 +47,7 @@ get_uncompressed_size(const unsigned char*, section_size_type); extern bool decompress_input_section(const unsigned char*, unsigned long, unsigned char*, - unsigned long); + unsigned long, int, bool, elfcpp::Elf_Xword); // This is used for a section whose data should be compressed. It is // a regular Output_section which computes its contents into a buffer |