X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libiberty%2FChangeLog;h=742b2fa48d7fc555d7d1d6841290abf2be609d18;hb=e9301e762ab6d533f7110d6c9c1dbe8e68e875d7;hp=5e96b8b11b398971150fc6a164297be4f17f2ef1;hpb=bdd7c8fc34dc65806ec14df84c76e17690a16f50;p=external%2Fbinutils.git diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5e96b8b..742b2fa 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,8 +1,39 @@ -2018-01-27 Eli Zaretskii +2018-04-13 Rainer Orth - * simple-object-xcoff.c (simple_object_xcoff_find_sections): Avoid - compilation warning in 32-bit builds not supported by - AC_SYS_LARGEFILE. + PR lto/81968 + * simple-object.c (handle_lto_debug_sections): Keep .comment + section. + +2018-03-02 David Malcolm + + * cp-demangle.c: Update URL for g++ V3 ABI. + +2018-01-20 Eli Zaretskii + + * simple-object-xcoff.c (simple_object_xcoff_find_sections): Use + ulong_type to avoid warning about 32-bit shift. + +2018-01-11 Richard Biener + Rainer Orth + + PR lto/81968 + * simple-object-common.h (struct simple_object_functions): + Change copy_lto_debug_sections callback signature. + * simple-object-elf.c (SHN_HIRESERVE, SHT_SYMTAB_SHNDX, + SHF_INFO_LINK): Add defines. + (simple_object_elf_copy_lto_debug_sections): Instead of + leaving not to be copied sections empty unnamed SHT_NULL + remove them from the target section headers and adjust section + reference everywhere. Handle SHN_XINDEX in the symbol table + processing properly. + * simple-object.c (handle_lto_debug_sections): Change + interface to return a modified string and handle renaming + of relocation sections. + +2018-01-10 Daniel van Gerpen + + * argv.c (expandargv): Correct check for dynamically + allocated argv. 2018-01-03 Jakub Jelinek