From 2ff0322d4fbcd3e1f437cc5481d29de9b723c754 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 17 Jul 2012 09:57:14 +0000 Subject: 2012-07-17 Tristan Gingold * treepr.adb, treepr.ads: Revert previous patch, unneeded. 2012-07-17 Robert Dewar * s-assert.ads: Fix comments to make it clear that this is used for all assertions, not just pragma Assert. 2012-07-17 Jerome Guitton * par_sco.ads: Minor typo fix. 2012-07-17 Gary Dismukes * layout.adb (Layout_Type): In the case where the target is AAMP, use 32 bits (a single pointer) rather than 64 bits for an anonymous access-to-subprogram type if the type is library-level and Is_Local_Anonymous_Access is True. 2012-07-17 Jose Ruiz * s-tassta.adb, s-tarest.adb (Create_Task, Create_Restricted_Task, Initialize): Add comments explaining that the CPU affinity value that is passed to the run-time library can be either Unspecified_CPU, to indicate that the task inherits the affinity of its activating task, or a value in the range of CPU_Range but no greater than Number_Of_CPUs. 2012-07-17 Javier Miranda * exp_disp.adb (Make_DT): Remove decoration of Ada.Tags entities. (Make_Tags): Add decoration of Ada.Tags entities. 2012-07-17 Ed Schonberg * sem_ch6.adb (Check_Statement_Sequence): When locating the last significant statement in a sequence, ignore iserted nodes that typically come from expansion of controlled operations. 2012-07-17 Tristan Gingold * gnat_rm.texi: Document foreign exceptions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189568 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/par_sco.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/par_sco.ads') diff --git a/gcc/ada/par_sco.ads b/gcc/ada/par_sco.ads index 450d76938cb..a57f5c5b982 100644 --- a/gcc/ada/par_sco.ads +++ b/gcc/ada/par_sco.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2009-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 2009-2012, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -24,7 +24,7 @@ ------------------------------------------------------------------------------ -- This package contains the routines used to deal with generation and output --- of Soure Coverage Obligations (SCO's) used for coverage analysis purposes. +-- of Source Coverage Obligations (SCO's) used for coverage analysis purposes. -- See package SCOs for full documentation of format of SCO information. with Types; use Types; -- cgit v1.2.1