Daily bump.

This commit is contained in:
GCC Administrator 2024-03-03 00:17:08 +00:00
parent 9b0d218544
commit ef1b788584
3 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2024-03-02 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.md (REG_0, ... REG_36): New define_constants.
* config/avr/avr.cc: Use them instead of magic numbers when it
means a register number.
2024-03-02 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.cc: Adjust some comments.
2024-03-02 Georg-Johann Lay <avr@gjlay.de>
PR target/114100
* config/avr/avr.cc (avr_out_plus_1) [-mtiny-stack]: Only adjust
the low part of the frame pointer with 8-bit stack pointer.
2024-03-01 Patrick Palka <ppalka@redhat.com>
PR c++/104919

View File

@ -1 +1 @@
20240302
20240303

View File

@ -1,3 +1,21 @@
2024-03-02 Ian Lance Taylor <iant@golang.org>
* Makefile.am (libbacktrace_testing_ldflags): Define.
(*_LDFLAGS): Add $(libbacktrace_testing_ldflags) for test
programs.
* Makefile.in: Regenerate
2024-03-02 Ian Lance Taylor <iant@golang.org>
* elf.c (elf_uncompress_lzma_block): Skip all header padding bytes
and verify that they are zero.
2024-03-02 Ian Lance Taylor <iant@golang.org>
PR libbacktrace/114201
* elf.c (elf_add): Add caller_opd parameter. Change all callers.
Release opd data after all recursive calls.
2024-03-01 Ian Lance Taylor <iant@golang.org>
* elf.c (elf_add): Add the symbol table from a debuginfo file.