* scripttempl/elf.sc: Discard sections with .gnu.lto_ prefix.
[deliverable/binutils-gdb.git] / ld / ldemul.c
index 826129d0a150fec121a64da8e0c6fe7d8213434c..3436c6100c6007498327ec70d994b7048fc8f7e3 100644 (file)
@@ -1,6 +1,6 @@
 /* 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
+   2001, 2002, 2003, 2005, 2007, 2008, 2009
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
@@ -205,6 +205,7 @@ after_open_default (void)
 void
 after_allocation_default (void)
 {
+  lang_relax_sections (FALSE);
 }
 
 void
This page took 0.024615 seconds and 4 git commands to generate.