Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / ldwrite.c
index 963cb9808ef337eb8366b1fcb753ba7ae286aa21..f57b88dd55a327012e7ba5710feb67a58178e3f3 100644 (file)
@@ -1,5 +1,5 @@
 /* ldwrite.c -- write out the linked file
-   Copyright (C) 1991-2014 Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 Free Software Foundation, Inc.
    Written by Steve Chamberlain sac@cygnus.com
 
    This file is part of the GNU Binutils.
@@ -572,6 +572,7 @@ ldwrite (void)
   /* Reset error indicator, which can typically something like invalid
      format from opening up the .o files.  */
   bfd_set_error (bfd_error_no_error);
+  lang_clear_os_map ();
   lang_for_each_statement (build_link_order);
 
   if (config.split_by_reloc != (unsigned) -1
This page took 0.034231 seconds and 4 git commands to generate.