diff options
author | Alan Modra <amodra@gmail.com> | 2021-11-14 18:07:50 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-14 18:07:50 +1030 |
commit | b431e7a3fe8bcd47e38e5b5a6720272861449ed5 (patch) | |
tree | f8259b49a397158eb38cc46b79c4d262d2a0fa05 /libbacktrace/ChangeLog | |
parent | 9d6a1a6496016c07afa8ce3f4b55f4acf64d4b25 (diff) | |
download | gdb-b431e7a3fe8bcd47e38e5b5a6720272861449ed5.zip gdb-b431e7a3fe8bcd47e38e5b5a6720272861449ed5.tar.gz gdb-b431e7a3fe8bcd47e38e5b5a6720272861449ed5.tar.bz2 |
sync libbacktrace from gcc
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r-- | libbacktrace/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index dc986b9..983f816 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,20 @@ +2021-11-12 Martin Liska <mliska@suse.cz> + + PR libbacktrace/103167 + * elf.c (elf_uncompress_lzma_block): Cast to unsigned int. + (elf_uncompress_lzma): Likewise. + * xztest.c (test_samples): memcpy only if v > 0. + +2021-10-22 Martin Liska <mliska@suse.cz> + + PR testsuite/102742 + * btest.c (MIN_DESCRIPTOR): New. + (MAX_DESCRIPTOR): Likewise. + (check_available_files): Likewise. + (check_open_files): Check only file descriptors that + were not available at the entry. + (main): Call check_available_files. + 2021-08-13 Sergei Trofimovich <siarheit@google.com> * install-debuginfo-for-buildid.sh.in: Force non-localized readelf |