Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Mar 3, 2024
1 parent 9b0d218 commit ef1b788
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
16 changes: 16 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240302
20240303
18 changes: 18 additions & 0 deletions libbacktrace/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ef1b788

Please sign in to comment.