X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libbacktrace%2FChangeLog;h=c142d212ebb3d16f0285c09df7cae38e8324cb93;hb=22e052725189a472e4e86ebb6595278a49f4bcdd;hp=08c06e5ebe1a107497d996336a89bca4be430101;hpb=21070494d80ebf9586ecf2fe9a3c24d34329e4db;p=thirdparty%2Fgcc.git diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 08c06e5ebe1a..c142d212ebb3 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,48 @@ +2018-10-31 Joseph Myers + + PR bootstrap/82856 + * Makefile.am: Include multilib.am. + * configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE. + * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate. + +2018-10-05 Ian Lance Taylor + + PR libbacktrace/87529 + * backtrace.h: Document that backtrace_create_state should be + called only once. + +2018-08-05 Iain Buclaw + + * configure.ac: Move define of HAVE_ZLIB into check for -lz. + * Makefile.in: Regenerate. + * config.h.in: Likewise. + * configure: Likewise. + +2018-08-01 Tony Reix + + * xcoff.c (struct xcoff_line, struct xcoff_line_vector): Remove. + (struct xcoff_func, struct xcoff_func_vector): New structs. + (xcoff_syminfo): Drop leading dot from symbol name. + (xcoff_line_compare, xcoff_line_search): Remove. + (xcoff_func_compare, xcoff_func_search): New static functions. + (xcoff_lookup_pc): Search function table. + (xcoff_add_line, xcoff_process_linenos): Remove. + (xcoff_initialize_fileline): Build function table. + +2018-06-21 Denis Khalikov + + PR other/86198 + * elf.c (elf_add): Increase ".note.gnu.build-id" section size + checking up to 36 bytes. + +2018-04-24 H.J. Lu + + * configure: Regenerated. + +2018-04-19 Jakub Jelinek + + * configure: Regenerated. + 2018-04-17 Ian Lance Taylor * backtrace.c: Revert last two changes. Don't call mmap @@ -849,11 +894,11 @@ 2012-09-19 Rainer Orth Ian Lance Taylor - * configure.ac (GCC_HEADER_STDINT): Invoke. - * backtrace.h: If we can't find , use "gstdint.h". - * btest.c: Don't include . - * dwarf.c: Likewise. - * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild. + * configure.ac (GCC_HEADER_STDINT): Invoke. + * backtrace.h: If we can't find , use "gstdint.h". + * btest.c: Don't include . + * dwarf.c: Likewise. + * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild. 2012-09-18 Ian Lance Taylor