aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/tbuild.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-02-20 13:38:06 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-02-20 14:38:06 +0100
commite449429213d601e60b19d1d5db6dd761df98c2c5 (patch)
treececff9bfdd85fd8f02159f7941edbadfef64e28c /gcc/ada/tbuild.ads
parent9576e7b112cad4adb1f9f37d913b7161640808d8 (diff)
downloadgcc-e449429213d601e60b19d1d5db6dd761df98c2c5.zip
gcc-e449429213d601e60b19d1d5db6dd761df98c2c5.tar.gz
gcc-e449429213d601e60b19d1d5db6dd761df98c2c5.tar.bz2
einfo.ads: Minor comment addition: Etype of package is Standard_Void_Type.
2014-02-20 Robert Dewar <dewar@adacore.com> * einfo.ads: Minor comment addition: Etype of package is Standard_Void_Type. * checks.adb, exp_aggr.adb, exp_atag.adb, exp_attr.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_dbug.adb, exp_disp.adb, exp_imgv.adb, exp_intr.adb, exp_prag.adb, exp_sel.adb, exp_strm.adb, exp_util.adb, freeze.adb, rtsfind.adb, sem_aggr.adb, sem_attr.adb, sem_ch10.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_dim.adb, sem_prag.adb, sem_res.adb, sem_util.adb, tbuild.adb, tbuild.ads: Remove New_Reference_To. Replace all calls with calls to New_Occurrence_Of. 2014-02-20 Robert Dewar <dewar@adacore.com> * par-util.adb (Ignore, case of right paren): Make this a serious error. From-SVN: r207942
Diffstat (limited to 'gcc/ada/tbuild.ads')
-rw-r--r--gcc/ada/tbuild.ads9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads
index 0feebe7..16d6304 100644
--- a/gcc/ada/tbuild.ads
+++ b/gcc/ada/tbuild.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, 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- --
@@ -304,13 +304,6 @@ package Tbuild is
-- follows: Entity is simply a copy of Def_Id. Etype is a copy of Def_Id
-- for types, and a copy of the Etype of Def_Id for other entities.
- function New_Reference_To
- (Def_Id : Entity_Id;
- Loc : Source_Ptr) return Node_Id;
- -- This is like New_Occurrence_Of, but it does not set the Etype field. It
- -- is used from the expander, where Etype fields are generally not set,
- -- since they are set when the expanded tree is reanalyzed.
-
function New_Suffixed_Name
(Related_Id : Name_Id;
Suffix : String) return Name_Id;