This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 952c8a1dc62 AArch64: Fix assert in aarch64_move_imm [PR108006] new ecb575d09c0 gcc: xtensa: allow dynamic configuration new eb9491baf5a libgcc: xtensa: use built-in configuration
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config.gcc | 1 + gcc/config/xtensa/t-xtensa | 8 +- gcc/config/xtensa/xtensa-dynconfig.c | 170 +++++++++++ gcc/config/xtensa/xtensa-protos.h | 1 + gcc/config/xtensa/xtensa.h | 22 +- include/xtensa-dynconfig.h | 442 +++++++++++++++++++++++++++ libgcc/config/xtensa/crti.S | 2 +- libgcc/config/xtensa/crtn.S | 2 +- libgcc/config/xtensa/lib1funcs.S | 2 +- libgcc/config/xtensa/lib2funcs.S | 2 +- libgcc/config/xtensa/xtensa-config-builtin.h | 198 ++++++++++++ 11 files changed, 828 insertions(+), 22 deletions(-) create mode 100644 gcc/config/xtensa/xtensa-dynconfig.c create mode 100644 include/xtensa-dynconfig.h create mode 100644 libgcc/config/xtensa/xtensa-config-builtin.h