diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-22 12:57:07 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-22 12:57:07 +0000 |
commit | e69349a188de8e328cd74322d728ede4ba698c43 (patch) | |
tree | 3bb649e90e39d2d01d9fece623fd10c1626cb568 /gcc/ada/tempdir.ads | |
parent | 1651a21f6856eec72adc31e92b17e02d8b787ab9 (diff) | |
download | gcc-e69349a188de8e328cd74322d728ede4ba698c43.tar.gz |
2010-06-22 Emmanuel Briot <briot@adacore.com>
* prj-part.adb, prj.adb, tempdir.ads, makeutl.adb: Use
packages from the GNAT hierarchy instead of System when possible.
* gcc-interface/Make-lang.in: Update dependencies.
2010-06-22 Jose Ruiz <ruiz@adacore.com>
* s-taprop-vxworks.adb (Set_Priority): Remove the code that was
previously in place to reorder the ready queue when a task drops its
priority due to the loss of inherited priority.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161174 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/tempdir.ads')
-rw-r--r-- | gcc/ada/tempdir.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/tempdir.ads b/gcc/ada/tempdir.ads index a73b5a417ca..7ab1b5aff86 100644 --- a/gcc/ada/tempdir.ads +++ b/gcc/ada/tempdir.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2003-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 2003-2010, 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- -- @@ -30,7 +30,7 @@ with Namet; use Namet; -with System.OS_Lib; use System.OS_Lib; +with GNAT.OS_Lib; use GNAT.OS_Lib; package Tempdir is |