This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce5a3d6bde7 BRIG FE testsuite: Fix all dump-scans new f50c32fa7ab gcc: xtensa: make register elimination data static new 8c8eb94914c gcc: xtensa: add -mabi option for call0/windowed ABI new e46dad5d8f0 gcc: xtensa: make TARGET_HAVE_TLS definition static
The 3 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/xtensa/elf.h | 8 +++++-- gcc/config/xtensa/linux.h | 8 +++++-- gcc/config/xtensa/uclinux.h | 9 ++++++-- gcc/config/xtensa/xtensa.c | 28 +++++++++++++++++++++--- gcc/config/xtensa/xtensa.h | 29 +++++++++++++++++-------- gcc/config/xtensa/xtensa.opt | 11 ++++++++++ gcc/doc/invoke.texi | 26 +++++++++++++++++++++- gcc/testsuite/gcc.target/xtensa/mabi-call0.c | 13 +++++++++++ gcc/testsuite/gcc.target/xtensa/mabi-windowed.c | 13 +++++++++++ libgcc/configure | 24 ++++++++++---------- libgcc/configure.ac | 14 +++++------- 11 files changed, 143 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/mabi-call0.c create mode 100644 gcc/testsuite/gcc.target/xtensa/mabi-windowed.c