X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Flibbfd-in.h;h=2905de8ef9212b8c5ece25f772cd67094162f21a;hb=d218dba3f491191322e50df74376faa11c4a9f6b;hp=1f7e22186ec1e40a92c34943668403b39386c6ab;hpb=574ec1084d28ee56710ea48eb072e5c47226d247;p=binutils-gdb.git diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 1f7e22186ec..2905de8ef92 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -1,7 +1,7 @@ /* libbfd.h -- Declarations used by bfd library *implementation*. (This include file is not for users of the library.) - Copyright (C) 1990-2021 Free Software Foundation, Inc. + Copyright (C) 1990-2022 Free Software Foundation, Inc. Written by Cygnus Support. @@ -172,7 +172,7 @@ extern bool _bfd_write_archive_contents extern bool _bfd_compute_and_write_armap (bfd *, unsigned int) ATTRIBUTE_HIDDEN; extern bfd *_bfd_get_elt_at_filepos - (bfd *, file_ptr) ATTRIBUTE_HIDDEN; + (bfd *, file_ptr, struct bfd_link_info *) ATTRIBUTE_HIDDEN; extern bfd *_bfd_generic_get_elt_at_index (bfd *, symindex) ATTRIBUTE_HIDDEN; extern bfd * _bfd_new_bfd @@ -894,6 +894,9 @@ extern bfd_byte * _bfd_write_unsigned_leb128 extern struct bfd_link_info *_bfd_get_link_info (bfd *); +extern bool _bfd_link_keep_memory (struct bfd_link_info *) + ATTRIBUTE_HIDDEN; + #if GCC_VERSION >= 7000 #define _bfd_mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) #else