This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82c42a9 2017-01-12 Ed Schonberg schonberg@adacore.com new 16706c1 * gcc-interface/Makefile.in: Clean up VxWorks targets. new 0122d6d [gcc] new 738ec25 2017-01-12 Tristan Gingold gingold@adacore.com
The 3 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 | 6 + gcc/ada/ChangeLog | 66 +++ gcc/ada/adaint.c | 4 +- gcc/ada/errout.adb | 38 +- gcc/ada/errout.ads | 11 +- gcc/ada/freeze.adb | 108 +++-- gcc/ada/gcc-interface/Makefile.in | 75 ++-- gcc/ada/mingw32.h | 13 +- gcc/ada/rtinit.c | 16 +- gcc/ada/s-mmap.adb | 548 +++++++++++++++++++++++++ gcc/ada/s-mmap.ads | 276 +++++++++++++ gcc/ada/s-mmauni-long.ads | 69 ++++ gcc/ada/s-mmosin-mingw.adb | 341 +++++++++++++++ gcc/ada/s-mmosin-mingw.ads | 235 +++++++++++ gcc/ada/s-mmosin-unix.adb | 231 +++++++++++ gcc/ada/s-mmosin-unix.ads | 105 +++++ gcc/ada/sem_ch13.adb | 21 +- gcc/ada/sem_ch3.adb | 8 +- gcc/ada/sem_ch6.adb | 14 +- gcc/ada/sem_ch8.adb | 23 -- gcc/ada/sem_eval.adb | 9 +- gcc/ada/sem_util.adb | 20 + gcc/ada/sem_util.ads | 9 +- gcc/ada/sysdep.c | 4 +- gcc/config/rs6000/rs6000.c | 10 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/powerpc/swaps-p8-26.c | 21 + 27 files changed, 2153 insertions(+), 133 deletions(-) create mode 100644 gcc/ada/s-mmap.adb create mode 100644 gcc/ada/s-mmap.ads create mode 100644 gcc/ada/s-mmauni-long.ads create mode 100644 gcc/ada/s-mmosin-mingw.adb create mode 100644 gcc/ada/s-mmosin-mingw.ads create mode 100644 gcc/ada/s-mmosin-unix.adb create mode 100644 gcc/ada/s-mmosin-unix.ads create mode 100644 gcc/testsuite/gcc.target/powerpc/swaps-p8-26.c