OSDN Git Service

2009-10-30 Emmanuel Briot <briot@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 13:49:17 +0000 (13:49 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 13:49:17 +0000 (13:49 +0000)
commit2c2af3c263ae1e591845fd97304d666a22732814
tree3ba46ceb8444ca32075f53946e4e78bc9bb2c72a
parent5f93bcbf1c469dc16d5392c8a330cef9b41b5bd2
2009-10-30  Emmanuel Briot  <briot@adacore.com>

* make.adb, osint.adb (Add_Lib_Search_Dir): Do not add if dir is
already in the list.
This saves system calls when looking for ALI files
(Scan_Make_Args): The parameter to gnatmake's -D is now converted to an
absolute PATH (so that the above improvement properly occurs if both
-D<dir> and -aO<dir> are specified).

2009-10-30  Thomas Quinot  <quinot@adacore.com>

* a-direct.adb: Minor reformatting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153748 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/a-direct.adb
gcc/ada/make.adb
gcc/ada/osint.adb