[binutils-gdb] update libiberty changelog
Alan Modra via Binutils-cvs <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <20260308220515.44A2B4BA23F5__45547.3557625496$1773007528$gmane$org@sourceware.org> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=741c7868cb0123684eafd6de74fda8f1588ac846 commit 741c7868cb0123684eafd6de74fda8f1588ac846 Author: Alan Modra <[email protected]> Date: Mon Mar 9 08:18:20 2026 +1030 update libiberty changelog The gcc project updates ChangeLog files daily from git commit logs. Update libiberty/Changelog so the binutils copy matches. Diff: --- libiberty/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 95dce963f56..7de0bb4d254 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,32 @@ +2026-03-05 Jakub Jelinek <[email protected]> + + PR target/124365 + * simple-object.c (handle_lto_debug_sections): Also copy over + .ARM.attributes section. + +2026-02-26 Ruslan Valiyev <[email protected]> + + PR demangler/106641 + * rust-demangle.c (demangle_binder): Reject bound_lifetimes + above 1024 to prevent resource exhaustion from crafted symbols. + Add rdm->errored check in the loop condition. + * testsuite/rust-demangle-expected: Add regression test. + +2026-02-25 Iain Sandoe <[email protected]> + + * simple-object-mach-o.c + (simple_object_mach_o_segment): Account for the offset of + this Mach-O object from the start of any container. + +2026-02-12 LIU Hao <[email protected]> + + * vprintf-support.c (do_strtoul): New function. + (libiberty_vprintf_buffer_size): Replace `strtoul` with `do_strtoul`. + +2026-02-05 Matthieu Longo <[email protected]> + + * testsuite/test-doubly-linked-list.c: Update. + 2026-01-12 Maciej W. Rozycki <[email protected]> * objalloc.c (objalloc_free): Don't use the pointer passed if