This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-defconfig in repository toolchain/ci/gcc.
from ef1acc5b1ab rs6000: Make offsettable_mem_operand use any_memory_operand adds ab29ca88f30 Daily bump. adds 2320efbd975 2019-07-21 Thomas König tkoenig@gcc.gnu.org new 5e999c7ebf3 [PPC] Fix bootstrap for non-SVR4 targets. new f59ea3f386e or1k: Fix code quality for volatile memory loads new 24bc7cd31b7 or1k: Fix issues with msoft-div new 64ee4f6957b or1k: Add mrori option, fix option docs new 34f4be08f5b or1k: Initial support for FPU new 9b5e6ef5b2d or1k: only force reg for immediates
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/ChangeLog | 59 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 2 + gcc/config/or1k/constraints.md | 4 + gcc/config/or1k/elf.opt | 6 +- gcc/config/or1k/or1k.c | 50 ++++++++++-- gcc/config/or1k/or1k.h | 3 + gcc/config/or1k/or1k.md | 131 +++++++++++++++++++++++++++--- gcc/config/or1k/or1k.opt | 78 ++++++++++++------ gcc/config/or1k/predicates.md | 30 +++++++ gcc/config/rs6000/rs6000-call.c | 4 + gcc/config/rs6000/rs6000.c | 4 - gcc/doc/invoke.texi | 77 ++++++++++++------ gcc/fortran/ChangeLog | 6 ++ gcc/fortran/gfortran.texi | 16 ++++ gcc/testsuite/ChangeLog | 17 ++++ gcc/testsuite/gcc.target/or1k/shftimm-1.c | 8 +- libgcc/ChangeLog | 8 ++ libgcc/config/or1k/lib1funcs.S | 6 +- libgfortran/ChangeLog | 18 ++++ libgfortran/io/unix.c | 47 ++++++++--- libgfortran/libgfortran.h | 1 + libgfortran/runtime/environ.c | 8 ++ 23 files changed, 492 insertions(+), 93 deletions(-)