X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fcompressed_output.h;h=cc1cfea2e6a743b27055b01d0d65effc696eeae6;hb=f69656d00fe3154519ea21668d964bf8cc50c01b;hp=2d6ebd95f46ad358eb9d13a6bfe9d200c2515fa0;hpb=a2e4736229d6ce6f804ed26ea8d763c538de9d2c;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/compressed_output.h b/gold/compressed_output.h index 2d6ebd95f4..cc1cfea2e6 100644 --- a/gold/compressed_output.h +++ b/gold/compressed_output.h @@ -1,6 +1,6 @@ // compressed_output.h -- compressed output sections for gold -*- C++ -*- -// Copyright 2007, 2008, 2010 Free Software Foundation, Inc. +// Copyright (C) 2007-2019 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -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