diff options
Diffstat (limited to 'gcc/ada/5hml-tgt.adb')
-rw-r--r-- | gcc/ada/5hml-tgt.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/5hml-tgt.adb b/gcc/ada/5hml-tgt.adb index a8cbc797248..4eb2934cb51 100644 --- a/gcc/ada/5hml-tgt.adb +++ b/gcc/ada/5hml-tgt.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2003, Ada Core Technologies, Inc. -- +-- Copyright (C) 2003-2004, Ada Core Technologies, 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- -- @@ -329,15 +329,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,+b,"); - end Linker_Library_Path_Option; - ---------------- -- Object_Ext -- ---------------- |