diff options
author | sam <sam@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-07 22:19:22 +0000 |
---|---|---|
committer | sam <sam@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-07 22:19:22 +0000 |
commit | c987f8c4d48e472ee3630aa665fad05839bc21dc (patch) | |
tree | 251bd5aced9d9dcdcf2111a829d84b0b867a2f0a /gcc/ada/mlib-tgt.adb | |
parent | 8296db69ad314576f82c3b5628f9f503f57df161 (diff) | |
download | gcc-c987f8c4d48e472ee3630aa665fad05839bc21dc.tar.gz |
2007-12-07 Ludovic Brenta <ludovic@ludovic-brenta.org>
gcc/ada/
PR ada/34261
* mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect
the new implementation of target-specific calls.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130695 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/mlib-tgt.adb')
-rw-r--r-- | gcc/ada/mlib-tgt.adb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/mlib-tgt.adb b/gcc/ada/mlib-tgt.adb index 9d758385b1a..e7cee9e359c 100644 --- a/gcc/ada/mlib-tgt.adb +++ b/gcc/ada/mlib-tgt.adb @@ -23,10 +23,6 @@ -- -- ------------------------------------------------------------------------------ --- This is the default version which does not support libraries. --- All subprograms are dummies, because they are never called, --- except Support_For_Libraries which returns None. - with MLib.Fil; with Prj.Com; |