aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_imgv.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-07-17 06:37:45 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-17 08:37:45 +0200
commite80f0cb0b4c0313379c872ef4a8777313c809799 (patch)
tree108280e98ba067a9d39a1fc8f26ead3efb7a2711 /gcc/ada/exp_imgv.adb
parent2bd67690e9dcdfcddb32cffb13043a1ca95ff756 (diff)
downloadgcc-e80f0cb0b4c0313379c872ef4a8777313c809799.zip
gcc-e80f0cb0b4c0313379c872ef4a8777313c809799.tar.gz
gcc-e80f0cb0b4c0313379c872ef4a8777313c809799.tar.bz2
sem_ch3.adb, [...]: Remove the word kludge from ada sources.
2014-07-17 Robert Dewar <dewar@adacore.com> * sem_ch3.adb, a-ztexio.ads, exp_imgv.adb, casing.adb, casing.ads, einfo.ads, checks.adb, sem_ch12.adb, a-textio.ads, freeze.adb, repinfo.adb, exp_ch6.adb, sem_ch4.adb, a-witeio.ads, sem_ch8.adb, sem_warn.adb, exp_aggr.adb, exp_dist.adb, par-tchk.adb, s-fatgen.adb, treepr.adb, lib-xref.adb: Remove the word kludge from ada sources. From-SVN: r212726
Diffstat (limited to 'gcc/ada/exp_imgv.adb')
-rw-r--r--gcc/ada/exp_imgv.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_imgv.adb b/gcc/ada/exp_imgv.adb
index 1c953d6..f249afe 100644
--- a/gcc/ada/exp_imgv.adb
+++ b/gcc/ada/exp_imgv.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2014, 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- --
@@ -742,9 +742,9 @@ package body Exp_Imgv is
-- generating spurious errors caused by the use of Integer_Address'Value
-- in our implementation of Ada.Tags.Internal_Tag
- -- Seems like a bit of a kludge, there should be a better way ???
+ -- Seems like a bit of a odd approach, there should be a better way ???
- -- There is a better way, you should also test RTE_Available ???
+ -- There is a better way, test RTE_Available ???
if No_Run_Time_Mode
and then Rtyp = RTE (RE_Integer_Address)