This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 079aab7 Enhance Changelog entry related to PR ipa/68311. new fbc5a5a 2015-11-13 Hristian Kirtchev kirtchev@adacore.com new 4d7ab12 2015-11-13 Bob Duff duff@adacore.com new d5c65b8 2015-11-13 Eric Botcazou ebotcazou@adacore.com new 77a7ad4 Updaate documentation.
The 4 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/ada/ChangeLog | 100 +++ .../gnat_rm/compatibility_and_porting_guide.rst | 4 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 35 +- .../gnat_rm/representation_clauses_and_pragmas.rst | 33 +- ...ard_and_implementation_defined_restrictions.rst | 29 +- .../building_executable_programs_with_gnat.rst | 78 +- .../doc/gnat_ugn/gnat_and_program_execution.rst | 28 +- gcc/ada/doc/gnat_ugn/gnat_project_manager.rst | 22 +- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 210 +++--- .../doc/gnat_ugn/platform_specific_information.rst | 4 +- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 2 +- gcc/ada/exp_attr.adb | 10 +- gcc/ada/exp_ch9.adb | 148 ++-- gcc/ada/exp_fixd.adb | 35 +- gcc/ada/exp_util.adb | 2 +- gcc/ada/g-debpoo.adb | 152 ++-- gcc/ada/gnat_rm.texi | 819 +++++++++++---------- gcc/ada/gnat_ugn.texi | 321 ++++---- gcc/ada/impunit.adb | 6 +- gcc/ada/init.c | 53 +- gcc/ada/s-gloloc.adb | 4 +- gcc/ada/s-rident.ads | 2 +- gcc/ada/s-stchop-vxworks.adb | 11 +- gcc/ada/scos.ads | 2 +- gcc/ada/sem_ch13.adb | 3 +- gcc/ada/sem_ch4.adb | 59 +- gcc/ada/sem_ch5.adb | 13 +- gcc/ada/sem_ch6.adb | 35 +- gcc/ada/sem_prag.adb | 94 +-- gcc/ada/sem_util.adb | 25 + gcc/ada/sigtramp-armios.c | 98 --- gcc/ada/sigtramp-ios.c | 233 ++++++ gcc/ada/sinfo.ads | 2 +- gcc/ada/tracebak.c | 2 +- 34 files changed, 1551 insertions(+), 1123 deletions(-) delete mode 100644 gcc/ada/sigtramp-armios.c create mode 100644 gcc/ada/sigtramp-ios.c