This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 733a1b777f1 sched-deps: do not schedule pseudos across calls [PR108117] new cf467fb93b7 Fix support for atomic loads and stores on hppa.
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/config/pa/pa-linux.h | 3 - gcc/config/pa/pa.cc | 4 +- gcc/config/pa/pa.h | 12 +- gcc/config/pa/pa.md | 124 ++++++++-- gcc/config/pa/pa.opt | 4 + gcc/doc/invoke.texi | 171 ++++++++------ libgcc/config.host | 4 +- libgcc/config/pa/linux-atomic.c | 79 +++++-- libgcc/config/pa/sync-libfuncs.c | 324 +++++++++++++++++++++++++++ libgcc/config/pa/t-netbsd | 1 + libgcc/config/pa/t-openbsd | 1 + libgcc/config/pa/t-pa64-hpux | 4 + libgcc/config/pa/{t-linux64 => t-pa64-linux} | 0 13 files changed, 620 insertions(+), 111 deletions(-) create mode 100644 libgcc/config/pa/sync-libfuncs.c create mode 100644 libgcc/config/pa/t-pa64-hpux copy libgcc/config/pa/{t-linux64 => t-pa64-linux} (100%)