This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 20a2e6afa82 recog: Restore builds with Clang new 84f0f9a19a8 Update gcc sv.po. new 5d9d0c94588 rs6000: Rename future to power10
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/rs6000/altivec.h | 4 +- gcc/config/rs6000/altivec.md | 42 +- gcc/config/rs6000/driver-rs6000.c | 4 +- gcc/config/rs6000/future.md | 521 ------------------- gcc/config/rs6000/linux64.h | 6 +- gcc/config/rs6000/power10.md | 521 +++++++++++++++++++ gcc/config/rs6000/ppc-auxv.h | 2 +- gcc/config/rs6000/rs6000-builtin.def | 202 ++++---- gcc/config/rs6000/rs6000-c.c | 6 +- gcc/config/rs6000/rs6000-call.c | 122 ++--- gcc/config/rs6000/rs6000-cpus.def | 16 +- gcc/config/rs6000/rs6000-opts.h | 3 +- gcc/config/rs6000/rs6000-string.c | 2 +- gcc/config/rs6000/rs6000-tables.opt | 10 +- gcc/config/rs6000/rs6000.c | 54 +- gcc/config/rs6000/rs6000.h | 8 +- gcc/config/rs6000/rs6000.md | 42 +- gcc/config/rs6000/rs6000.opt | 6 +- gcc/config/rs6000/t-rs6000 | 2 +- gcc/config/rs6000/vsx.md | 6 +- gcc/po/sv.po | 978 ++++++++++++++--------------------- 21 files changed, 1175 insertions(+), 1382 deletions(-) delete mode 100644 gcc/config/rs6000/future.md create mode 100644 gcc/config/rs6000/power10.md