This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aae9bc7 2015-10-20 Bob Duff duff@adacore.com new cb1f309 Update targets. new d0bb948 Fix VTV for targets with section anchors. new 11b98f5 Fix VTV for targets with section anchors. new 21eb0cb Enable VTV for aarch64 and arm new a4ebc1b * gnat_ugn.texi, gnat_rm.texi: Regenerate. * doc/gnat_ugn/g [...] new 85ee12c 2015-10-20 Hristian Kirtchev kirtchev@adacore.com
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 | 7 + gcc/ada/ChangeLog | 93 ++ gcc/ada/aspects.adb | 1 + gcc/ada/aspects.ads | 19 +- .../implementation_defined_characteristics.rst | 315 +++-- .../doc/gnat_rm/implementation_defined_pragmas.rst | 65 +- ...ard_and_implementation_defined_restrictions.rst | 31 +- gcc/ada/doc/gnat_rm/the_gnat_library.rst | 13 + .../building_executable_programs_with_gnat.rst | 21 +- gcc/ada/doc/gnat_ugn/gnat_project_manager.rst | 158 +-- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 2 +- gcc/ada/einfo.adb | 3 +- gcc/ada/gcc-interface/Makefile.in | 82 +- gcc/ada/gnat_rm.texi | 1227 ++++++++++---------- gcc/ada/gnat_ugn.texi | 38 +- gcc/ada/par-prag.adb | 1 + gcc/ada/rtsfind.ads | 13 +- gcc/ada/sem_ch12.adb | 38 +- gcc/ada/sem_ch13.adb | 121 +- gcc/ada/sem_ch3.adb | 27 +- gcc/ada/sem_ch5.adb | 12 +- gcc/ada/sem_ch6.adb | 75 +- gcc/ada/sem_prag.adb | 291 +++-- gcc/ada/sem_prag.ads | 17 + gcc/ada/sem_res.adb | 90 +- gcc/ada/sem_util.adb | 144 ++- gcc/ada/sem_util.ads | 28 +- gcc/ada/snames.ads-tmpl | 2 + gcc/varasm.c | 112 +- libvtv/ChangeLog | 5 + libvtv/configure.tgt | 4 + 31 files changed, 1816 insertions(+), 1239 deletions(-)