diff options
author | Bob Duff <duff@adacore.com> | 2009-04-22 09:46:29 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-22 11:46:29 +0200 |
commit | 218e53ff255953c209d36c431f3eda3fcd7d296a (patch) | |
tree | 90c235956a6ffcc7534101fd39971c423ec12a7b /gcc/ada/exp_pakd.adb | |
parent | c73b64789603a591d339431e8b2e42079d4a54e5 (diff) | |
download | gcc-218e53ff255953c209d36c431f3eda3fcd7d296a.tar.gz |
exp_pakd.adb: Minor comment fixes.
2009-04-22 Bob Duff <duff@adacore.com>
* exp_pakd.adb: Minor comment fixes.
* sinfo.ads, par-load.adb, sem_ch10.adb, lib-load.ads, lib-load.adb
sem_ch12.adb: Change the meaning of the Library_Unit attribute to
include units containing instantiations, as well as units that are
generic instantiations.
* sem.adb: Include dependents and corresponding specs/bodies in the
unit walk.
* gcc-interface/Make-lang.in:
sem now depends on s-bitops, because of the packed array of Booleans.
From-SVN: r146556
Diffstat (limited to 'gcc/ada/exp_pakd.adb')
-rw-r--r-- | gcc/ada/exp_pakd.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_pakd.adb b/gcc/ada/exp_pakd.adb index ad22ec1f5c9..ed7ac4b9e76 100644 --- a/gcc/ada/exp_pakd.adb +++ b/gcc/ada/exp_pakd.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2009, 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- -- @@ -1824,7 +1824,7 @@ package body Exp_Pakd is -- Result : Ltype; - -- System.Bitops.Bit_And/Or/Xor + -- System.Bit_Ops.Bit_And/Or/Xor -- (Left'Address, -- Ltype'Length * Ltype'Component_Size; -- Right'Address, @@ -2183,7 +2183,7 @@ package body Exp_Pakd is -- Result : Typ; - -- System.Bitops.Bit_Not + -- System.Bit_Ops.Bit_Not -- (Opnd'Address, -- Typ'Length * Typ'Component_Size; -- Result'Address); |