ns32k port from Ian Dall
[binutils-gdb.git] / ld / ldgram.y
index 4789b7c0d8d33e4de080c73357730d2ded0588a3..3e6ca0aed409fd20e83213357bbcec41c5071c3e 100644 (file)
@@ -39,8 +39,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "mri.h"
 #include "ldlex.h"
 
-#define YYDEBUG 1
-
 static int typebits;
 
 lang_memory_region_type *region;
@@ -241,7 +239,7 @@ ifile_p1:
        |       TARGET_K '(' NAME ')'
                { lang_add_target($3); }
        |       SEARCH_DIR '(' filename ')'
-               { ldfile_add_library_path($3); }
+               { ldfile_add_library_path ($3, false); }
        |       OUTPUT '(' filename ')'
                { lang_add_output($3, 1); }
         |      OUTPUT_FORMAT '(' NAME ')'