X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=8c6046634562093f8954794eda07d0b9e84185c5;hb=b63634be6407273c2d014753fb0c0ca79ea5ab31;hp=f8cc3f2ea825dba8113be76ff98e9db569ec544f;hpb=f948b2de97884bfb4e5fc11d40a6bea9e0b096ae;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index f8cc3f2ea8..8c60466345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,29 +1,140 @@ -2019-05-29 Nick Clifton +2019-10-17 Sergio Durigan Junior - Import this patch from gcc mainline: - 2018-10-28 Iain Buclaw + * src-release.sh (GDB_SUPPORT_DIRS): Add libctf. - * Makefile.def (target_modules): Add libphobos. - (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and - GDCFLAGS_FOR_TARGET. - (dependencies): Make libphobos depend on libatomic, libbacktrace - configure, and zlib configure. - (language): Add language d. - * Makefile.in: Rebuild. - * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS. - (HOST_EXPORTS): Add GDC. - (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD. - (BASE_TARGET_EXPORTS): Add GDC. - (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables. - (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables. - (EXTRA_HOST_FLAGS): Add GDC. - (STAGE1_FLAGS_TO_PASS): Add GDC. - (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS. - * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag - environment variables. +2019-10-17 Alan Modra + + PR 29 + * src-release.sh (getver): Replace "head -1" with "head -n 1". + +2019-07-30 Nick Alcock + + * Makefile.def (host_modules): libctf is no longer no_install. + * Makefile.in: Regenerated. + +2019-07-13 Nick Alcock + + * Makefile.def (dependencies): all-ld depends on all-libctf. + * Makefile.in: Regenerated. + +2019-09-09 Phil Blundell + + binutils 2.33 branch created + +2019-08-19 Tom Tromey + + * configure: Rebuild. + * configure.ac: Add --with-static-standard-libraries. + +2019-08-09 Nick Clifton + + * libiberty: Sync with gcc. Bring in: + 2019-08-08 Martin Liska + + PR bootstrap/91352 + * lrealpath.c (is_valid_fd): New function. + + 2019-07-24 Martin Liska + + PR lto/91228 + * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections): + Find first '\0' starting from gnu_lto + 1. + + 2019-07-12 Ren Kimura + + * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx. + This fixes a Bug 90924. + + 2019-07-22 Martin Liska + + * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections): + Do not search for gnu_lto_v1, but search for first '\0'. + + 2019-07-18 Eduard-Mihai Burtescu + + * cplus-dem.c: Include rust-demangle.h. + * rust-demangle.c: Include rust-demangle.h. + * rust-demangle.h: New file. + + 2019-05-31 Michael Forney + + * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__ + is non-zero. + + 2019-04-30 Ben L + + * d-demangle.c (dlang_parse_assocarray): Correctly handle error result. + * testsuite/d-demangle-expected: Add testcase. + + * d-demangle.c (dlang_parse_tuple): Correctly handle error result. + * testsuite/d-demangle-expected: Add testcase. + + * d-demangle.c (dlang_parse_structlit): Correctly handle error result. + * testsuite/d-demangle-expected: Add testcase. + + * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result. + * testsuite/d-demangle-expected: Add testcase. + + * d-demangle.c (dlang_parse_integer): Fix stack underflow. + * testsuite/d-demangle-expected: Add testcase. + + * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'. + * testsuite/demangle-expected: Add testcase. + + * cp-demangle.c (d_encoding): Guard against NULL return values from + d_right (dc). + * testsuite/demangle-expected: Add testcase. + + 2019-04-29 Ben L + + * cp-demangle.c (d_expression_1): Don't peek ahead unless the current + char is valid. + * testsuite/demangle-expected: Add testcase. + + 2019-04-10 Nick Clifton + + PR 89394 + * cp-demangle.c (cplus_demangle_fill_name): Reject negative + lengths. + (d_count_templates_scopes): Replace num_templates and num_scopes + parameters with a struct d_print_info pointer parameter. Adjust + body of the function accordingly. Add recursion counter and check + that the recursion limit is not reached. + (d_print_init): Pass dpi parameter to d_count_templates_scopes. + Reset recursion counter afterwards, unless the recursion limit was + reached. + +2019-07-13 Joel Brobecker + + * src-release (getver): If $tool/gdbsupport/create-version.sh + exists, use that to determine the version number. + +2019-06-21 Andreas Schwab + + * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib. + +2019-06-14 Tom Tromey + + * MAINTAINERS: Add gnulib. + * gnulib: New directory, move from gdb/gnulib. + * configure.ac (host_libs): Add gnulib. * configure: Rebuild. - * configure.ac: Add target-libphobos to target_libraries. Set and - substitute GDC_FOR_BUILD and GDC_FOR_TARGET. + * Makefile.def (host_modules, dependencies): Add gnulib. + * Makefile.in: Rebuild. + +2019-06-03 Nick Clifton + + Revert: + 2019-05-29 Nick Clifton + + * configure.ac (noconfigdirs): Add libctf if the target does not use + the ELF file format. + * configure: Regenerate. + +2019-05-29 Nick Clifton + + * src-release.sh (do_proto_toplev): Add libctf to list of + directories that can be disabled. 2019-05-29 Nick Clifton