Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / emultempl / needrelax.em
index 7f9022463f8a65abb750235d7ef5a803a827c4f5..3218f3ecda938ab53d1a2253fa2537a94d3d95bd 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
+#   Copyright (C) 2001-2019 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -33,7 +33,7 @@ need_relax_${EMULATION_NAME}_before_allocation (void)
   gld${EMULATION_NAME}_before_allocation ();
 
   /* Force -relax on if not doing a relocatable link.  */
-  if (! link_info.relocatable)
+  if (!bfd_link_relocatable (&link_info))
     ENABLE_RELAXATION;
 }
 EOF
This page took 0.024615 seconds and 4 git commands to generate.