Add support for ARM assembler produced by CodeCompositor Studio.
[deliverable/binutils-gdb.git] / ld / ldemul.c
index 5e2fd82a0dd82fb3c2871ed2480b9bb44b26a9e6..edbc9ee4b73d0c06518270f6302ffc89e2790c4c 100644 (file)
@@ -1,7 +1,5 @@
 /* ldemul.c -- clearing house for ld emulation states
-   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1991-2014 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -237,7 +235,7 @@ after_allocation_default (void)
 void
 before_allocation_default (void)
 {
-  if (!link_info.relocatable && !link_info.emitrelocations)
+  if (!link_info.relocatable)
     strip_excluded_output_sections ();
 }
 
This page took 0.023334 seconds and 4 git commands to generate.