diff options
Diffstat (limited to 'gcc/ada/5zml-tgt.adb')
-rw-r--r-- | gcc/ada/5zml-tgt.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/5zml-tgt.adb b/gcc/ada/5zml-tgt.adb index c1ae72475f0..9b3f5757463 100644 --- a/gcc/ada/5zml-tgt.adb +++ b/gcc/ada/5zml-tgt.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2003 Free Software Foundation, Inc. -- +-- Copyright (C) 2003-2004 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- -- @@ -278,15 +278,6 @@ package body MLib.Tgt is end if; end Library_File_Name_For; - -------------------------------- - -- Linker_Library_Path_Option -- - -------------------------------- - - function Linker_Library_Path_Option return String_Access is - begin - return new String'("-Wl,-R,"); - end Linker_Library_Path_Option; - ---------------- -- Object_Ext -- ---------------- |