X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fcompressed_output.h;h=3d640a3bd072f7c320ba3d5d559522c46411ac2a;hb=d768f160a99558a07a2463899c8bfeec0f0a67a7;hp=96a4bafcecd0a104111d96b244e3ba1e4aaed72e;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/compressed_output.h b/gold/compressed_output.h index 96a4bafcec..3d640a3bd0 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 (C) 2007-2014 Free Software Foundation, Inc. +// Copyright (C) 2007-2020 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