ld: Add --enable-separate-code
[deliverable/binutils-gdb.git] / bfd / archures.c
index 4b3aef6f4d5a84ff1900663743dfda8ec65eb332..7327f5f49e7be8e22bfeccca0e53892b767767ab 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for architectures.
-   Copyright (C) 1990-2017 Free Software Foundation, Inc.
+   Copyright (C) 1990-2018 Free Software Foundation, Inc.
    Hacked by John Gilmore and Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -1452,3 +1452,11 @@ bfd_arch_default_fill (bfd_size_type count,
     memset (fill, 0, count);
   return fill;
 }
+
+bfd_boolean
+_bfd_nowrite_set_arch_mach (bfd *abfd,
+                           enum bfd_architecture arch ATTRIBUTE_UNUSED,
+                           unsigned long mach ATTRIBUTE_UNUSED)
+{
+  return _bfd_bool_bfd_false_error (abfd);
+}
This page took 0.023597 seconds and 4 git commands to generate.