aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-fihema.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-04 10:00:37 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-04 10:00:37 +0200
commit8e293fbdc67c2db30becbf0a7deeb77f6bd9d0b0 (patch)
treecbd8cdc0a509cc509008b337b29e163fa5ef0628 /gcc/ada/a-fihema.adb
parentcfae2bed7e333ce6366be60f5631adedab373b61 (diff)
downloadgcc-8e293fbdc67c2db30becbf0a7deeb77f6bd9d0b0.zip
gcc-8e293fbdc67c2db30becbf0a7deeb77f6bd9d0b0.tar.gz
gcc-8e293fbdc67c2db30becbf0a7deeb77f6bd9d0b0.tar.bz2
[multiple changes]
2011-08-04 Jerome Lambourg <lambourg@adacore.com> * g-comlin.adb (For_Each_Simple_Switch.Is_In_Config): Remove the invalid checks of the Parameter, making Remove_Switch not working correctly. 2011-08-04 Arnaud Charlet <charlet@adacore.com> * targparm.ads: Update header: no run-time exception is needed on this file. 2011-08-04 Vincent Celier <celier@adacore.com> * a-fihema.adb: Use System.IO instead of GNAT.IO 2011-08-04 Thomas Quinot <quinot@adacore.com> * sem_ch3.adb (Access_Definition): Anonymous access to subprogram types are forbidden in Compiler_Unit mode. From-SVN: r177323
Diffstat (limited to 'gcc/ada/a-fihema.adb')
-rw-r--r--gcc/ada/a-fihema.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/a-fihema.adb b/gcc/ada/a-fihema.adb
index d44d1db..0383de0 100644
--- a/gcc/ada/a-fihema.adb
+++ b/gcc/ada/a-fihema.adb
@@ -33,10 +33,9 @@ with Ada.Exceptions; use Ada.Exceptions;
with Ada.Unchecked_Conversion;
with Ada.Unchecked_Deallocation;
-with GNAT.IO; use GNAT.IO;
-
with System; use System;
with System.Address_Image;
+with System.IO; use System.IO;
with System.Soft_Links; use System.Soft_Links;
with System.Storage_Elements; use System.Storage_Elements;
with System.Storage_Pools; use System.Storage_Pools;