This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 41733744a75 Daily bump. new 7f2d20757ae sparc: Print out bit names for LEON and LEON3 with -mdebug new ad820605e35 sparc: Treat more instructions as load or store in errata w [...] new c4af6cef448 sparc: Skip all empty assembly statements new d19b49e5c39 sparc: Prevent atomic instructions in beginning of function [...] new a9f87386957 sparc: Add NOP in stack_protect_setsi if sparc_fix_b2bst enabled new 1f7d7a5cb82 sparc: Add scheduling information for LEON5
The 6 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/sparc/leon5.md | 103 ++++++++++++++++++++++++ gcc/config/sparc/sparc-opts.h | 1 + gcc/config/sparc/sparc.c | 183 +++++++++++++++++++++++++++++++++++++----- gcc/config/sparc/sparc.h | 36 +++++---- gcc/config/sparc/sparc.md | 12 ++- gcc/config/sparc/sparc.opt | 3 + gcc/doc/invoke.texi | 13 +-- 7 files changed, 305 insertions(+), 46 deletions(-) create mode 100644 gcc/config/sparc/leon5.md