This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9f58ac8ddd ATTRIBUTE_NONSTRING new 6354e3153cf rs6000: Remove paired single
The 1 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/ChangeLog | 31 ++ gcc/config.gcc | 7 +- gcc/config/rs6000/750cl.h | 30 -- gcc/config/rs6000/paired.h | 75 ---- gcc/config/rs6000/paired.md | 492 ------------------------ gcc/config/rs6000/predicates.md | 5 - gcc/config/rs6000/rs6000-builtin.def | 84 ----- gcc/config/rs6000/rs6000-c.c | 13 +- gcc/config/rs6000/rs6000-modes.def | 4 - gcc/config/rs6000/rs6000-opts.h | 1 - gcc/config/rs6000/rs6000-protos.h | 4 - gcc/config/rs6000/rs6000.c | 698 ++--------------------------------- gcc/config/rs6000/rs6000.h | 52 +-- gcc/config/rs6000/rs6000.md | 12 - gcc/config/rs6000/rs6000.opt | 4 - gcc/config/rs6000/t-rs6000 | 3 +- gcc/doc/invoke.texi | 8 - 17 files changed, 79 insertions(+), 1444 deletions(-) delete mode 100644 gcc/config/rs6000/750cl.h delete mode 100644 gcc/config/rs6000/paired.h delete mode 100644 gcc/config/rs6000/paired.md