s-proinf-irix-athread.ads, [...]: Minor reformatting.
authorArnaud Charlet <charlet@adacore.com>
Wed, 26 Mar 2008 07:53:37 +0000 (07:53 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 26 Mar 2008 07:53:37 +0000 (08:53 +0100)
* s-proinf-irix-athread.ads, s-vxwork-mips.ads,
s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
comments.

From-SVN: r133590

17 files changed:
gcc/ada/ChangeLog
gcc/ada/g-catiio.adb
gcc/ada/i-cstrin.ads
gcc/ada/mlib-tgt.ads
gcc/ada/s-proinf-irix-athread.ads
gcc/ada/s-tasdeb.ads
gcc/ada/s-tasinf-linux.ads
gcc/ada/s-tasinf-mingw.ads
gcc/ada/s-traces.ads
gcc/ada/s-trafor-default.ads
gcc/ada/s-vmexta.ads
gcc/ada/s-vxwork-arm.ads
gcc/ada/s-vxwork-m68k.ads
gcc/ada/s-vxwork-mips.ads
gcc/ada/s-vxwork-ppc.ads
gcc/ada/s-vxwork-sparcv9.ads
gcc/ada/uintp.adb

index a0f5499ea1ee417aa104aaeee07dfebbc823377b..473e6c88cf2ad21d4032c1635ef3f9bfea6c9632 100644 (file)
@@ -1,3 +1,12 @@
+2008-03-26  Arnaud Charlet  <charlet@adacore.com>
+
+       * s-proinf-irix-athread.ads, s-vxwork-mips.ads,
+       s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
+       s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
+       i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
+       s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
+       comments.
+
 2008-03-26  Thomas Quinot  <quinot@adacore.com>
 
 PR ada/33688
index 3a6bc39839140d0409100669525dcbaffcd79764..f7b318edbe31a8e7c6a5bb2b784aa1434d0ecddf 100644 (file)
@@ -536,7 +536,7 @@ package body GNAT.Calendar.Time_IO is
         constant array (Ada.Calendar.Month_Number) of String3 :=
          ("JAN", "FEB", "MAR", "APR", "MAY", "JUN",
           "JUL", "AUG", "SEP", "OCT", "NOV", "DEC");
-      --  Short version of the month names, used when parsing date strings.
+      --  Short version of the month names, used when parsing date strings
 
       S                                                     : String := Str;
 
index 5e3494ed1b625d50553e119fb913f8d0451b239b..152d292d7375955b97a6cd07fdc48671a6799ebe 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1993-2005, Free Software Foundation, Inc.         --
+--          Copyright (C) 1993-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- This specification is derived from the Ada Reference Manual for use with --
 -- GNAT. The copyright notice above, and the license provisions that follow --
index ad31788a2a2e0648095d398eac7dc38d4df995a0..8dba49e3e94c9a6d9383698698b3388568d45016 100644 (file)
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This package provides a set of target dependent routines to build
---  static, dynamic and shared libraries.  There are several packages
---  providing the actual routines; this package calls them indirectly
---  by means of access-to-subprogram values; each target-dependent
---  package initializes these values in its elaboration block.
+--  This package provides a set of target dependent routines to build static,
+--  dynamic and shared libraries. There are several packages providing
+--  the actual routines. This package calls them indirectly by means of
+--  access-to-subprogram values. Each target-dependent package initializes
+--  these values in its elaboration block.
 
 with Prj; use Prj;
 
index 47f669ab8ea49f26f7c6de458075a2e29336d2be..83fff2611175ba92548e4e5469a3a86ad45570c2 100644 (file)
@@ -46,7 +46,7 @@ package System.Program_Info is
    --  those explicitly created under program control.
 
    function Sproc_Stack_Size return Integer;
-   --  The size, in bytes, of the sproc's initial stack.
+   --  The size, in bytes, of the sproc's initial stack
 
    function Default_Time_Slice  return Duration;
    --  The default time quanta for round-robin scheduling of threads of
index 9aebe943d4d804c8e95e8d010276373062f54c1a..61fa1ba6b3a7fbb049e4010639bdebcca3ecfdf1 100644 (file)
@@ -61,7 +61,7 @@ package System.Tasking.Debug is
    --  task specific state.
 
    function Get_User_State return Long_Integer;
-   --  Return the user state for the current task.
+   --  Return the user state for the current task
 
    -------------------------
    -- General GDB support --
index 603a1189b6b9998e79b782be6ec732541d01b1ea..25a2bd3b5a750bea244560a5ca04e774d879bc24 100644 (file)
@@ -41,7 +41,7 @@
 --  This unit may be used directly from an application program by providing
 --  an appropriate WITH, and the interface can be expected to remain stable.
 
---  This is the GNU/Linux version of this module.
+--  This is the GNU/Linux version of this module
 
 with System.OS_Interface;
 
index baf2d8eaedcc2277352c089935fa68a184460316..056044e5f093d95adf935a4199e706345d5e4921 100644 (file)
@@ -41,7 +41,7 @@
 --  This unit may be used directly from an application program by providing
 --  an appropriate WITH, and the interface can be expected to remain stable.
 
---  This is the Windows (native) version of this module.
+--  This is the Windows (native) version of this module
 
 with System.OS_Interface;
 
index 2c6d00984b35f3f59b876b5b626fb4747fe6b7f8..c42cc516820d94f6115263c176610fedccbe4ec5 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                  S p e c                                 --
 --                                                                          --
---           Copyright (C) 2001-2005 Free Software Foundation, Inc.         --
+--          Copyright (C) 2001-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -43,7 +43,7 @@
 --  with the event. Thid procedure is used from within the Runtime to send
 --  debug informations.
 
---  This primitive is overloaded in System.Traces.Tasking and this package.
+--  This primitive is overloaded in System.Traces.Tasking and this package
 
 --  Send_Trace_Info calls Send_Trace, in System.Traces.Send, which is trarget
 --  dependent, to send the debug informations to a debugger, stream ..
 --  corresponding Send_Trace_Info procedure. It may be required for some
 --  target to modify Send_Trace (eg. VxWorks).
 
---  To add a new target, just adapt System.Traces.Send to your own purpose.
+--  To add a new target, just adapt System.Traces.Send to your own purposes
 
 package System.Traces is
    pragma Preelaborate;
 
    type Trace_T is
      (
-      --  Events handled.
+      --  Events handled
 
       --  Messages
-      --
+
       M_Accept_Complete,
       M_Select_Else,
       M_RDV_Complete,
@@ -70,13 +70,13 @@ package System.Traces is
       M_Delay,
 
       --  Errors
-      --
+
       E_Missed,
       E_Timeout,
       E_Kill,
 
       --  Waiting events
-      --
+
       W_Call,
       W_Accept,
       W_Select,
@@ -89,7 +89,7 @@ package System.Traces is
       WT_Completion,
 
       --  Protected objects events
-      --
+
       PO_Call,
       POT_Call,
       PO_Run,
@@ -98,7 +98,7 @@ package System.Traces is
       PO_Done,
 
       --  Task handling events
-      --
+
       T_Create,
       T_Activate,
       T_Abort,
index 01d957f37bbbbd3754732879d952363b0b2b356c..182ade1ba94b60bd7aac918aa2c0eb2f3873dd66 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                  S p e c                                 --
 --                                                                          --
---           Copyright (C) 2001-2005 Free Software Foundation, Inc.         --
+--          Copyright (C) 2001-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -37,7 +37,7 @@ package System.Traces.Format is
    pragma Preelaborate;
 
    Max_Size : constant Integer := 128;
-   --  Event messages' maximum size.
+   --  Maximum size if event messages
 
    subtype String_Trace is String (1 .. Max_Size);
    --  Specific type in which trace information is stored. An ASCII.NUL
index 82b12b3440a273182227ba4e90737dd09b9dc13a..73da95d30d8acf69d76589e7a040bbfe3c96e5d6 100644 (file)
@@ -51,7 +51,7 @@ package System.VMS_Exception_Table is
 private
 
    function Base_Code_In (Code : SSL.Exception_Code) return SSL.Exception_Code;
-   --  Value of Code with the severity bits masked off.
+   --  Value of Code with the severity bits masked off
 
    function Coded_Exception (X : SSL.Exception_Code)
      return SSL.Exception_Data_Ptr;
index 008e04cf9b132cfa07125b8eb5834b0ebe436489..b3908d952d3717811896d9e8b013d368124bc248 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                   S p e c                                --
 --                                                                          --
---            Copyright (C) 1998-2005 Free Software Foundation, Inc.        --
+--          Copyright (C) 1998-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This is the ARM VxWorks version of this package.
+--  This is the ARM VxWorks version of this package
 
 package System.VxWorks is
    pragma Preelaborate (System.VxWorks);
 
    --  Floating point context record. ARM version
 
-   --  The record definition below matches what arch/arm/fppArmLib.h says.
+   --  The record definition below matches what arch/arm/fppArmLib.h says
 
    type FP_CONTEXT is record
       Dummy : Integer;
@@ -48,6 +48,6 @@ package System.VxWorks is
    pragma Convention (C, FP_CONTEXT);
 
    Num_HW_Interrupts : constant := 256;
-   --  Number of entries in hardware interrupt vector table.
+   --  Number of entries in hardware interrupt vector table
 
 end System.VxWorks;
index f2b77edb0cc5f666213d592b4f3357582adaf5d6..a0091e4a11cedea3bde98bfe0dc248ab0e628224 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                   S p e c                                --
 --                                                                          --
---            Copyright (C) 1998-2005 Free Software Foundation, Inc.        --
+--          Copyright (C) 1998-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -31,7 +31,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This is the M68K VxWorks version of this package.
+--  This is the M68K VxWorks version of this package
 
 with Interfaces.C;
 
index 032904542545f1bbafc1612fca7be75a28386c7c..d57bffe196669bbe346a5acf65611ed5dac806c2 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                   S p e c                                --
 --                                                                          --
---            Copyright (C) 1998-2005 Free Software Foundation, Inc.        --
+--          Copyright (C) 1998-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -31,7 +31,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This is the MIPS VxWorks version of this package.
+--  This is the MIPS VxWorks version of this package
 
 with Interfaces.C;
 
@@ -52,6 +52,6 @@ package System.VxWorks is
    pragma Convention (C, FP_CONTEXT);
 
    Num_HW_Interrupts : constant := 256;
-   --  Number of entries in hardware interrupt vector table.
+   --  Number of entries in hardware interrupt vector table
 
 end System.VxWorks;
index 62116ca113c9f059aeb57d088998029d82000c73..927b8502a76e8f563961d35836de634767dc68a8 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                   S p e c                                --
 --                                                                          --
---            Copyright (C) 1998-2005 Free Software Foundation, Inc.        --
+--          Copyright (C) 1998-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -31,7 +31,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This is the PPC VxWorks version of this package.
+--  This is the PPC VxWorks version of this package
 
 with Interfaces.C;
 
index b769b2a7a974eebaaa9f36fdb6ef4b5365f1448e..9a6200b6db8037158a02f7cf7069f4c58145c97f 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                   S p e c                                --
 --                                                                          --
---            Copyright (C) 1998-2005 Free Software Foundation, Inc.        --
+--          Copyright (C) 1998-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -31,7 +31,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This is the Sparc64 VxWorks version of this package.
+--  This is the Sparc64 VxWorks version of this package
 
 with Interfaces;
 
@@ -57,6 +57,6 @@ package System.VxWorks is
    pragma Convention (C, FP_CONTEXT);
 
    Num_HW_Interrupts : constant := 256;
-   --  Number of entries in hardware interrupt vector table.
+   --  Number of entries in hardware interrupt vector table
 
 end System.VxWorks;
index 4ee886ebc9eaf5f8441631e1a23f2dc5a25df3e2..1f79670e44e9e6c54a7f837257c7c932b5f47fbe 100644 (file)
@@ -1280,6 +1280,8 @@ package body Uintp is
       Discard_Quotient  : Boolean;
       Discard_Remainder : Boolean)
    is
+      pragma Warnings (Off, Quotient);
+      pragma Warnings (Off, Remainder);
    begin
       pragma Assert (Right /= Uint_0);