diff options
Diffstat (limited to 'ld/ldemul.c')
-rw-r--r-- | ld/ldemul.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ldemul.c b/ld/ldemul.c index 826129d..3436c61 100644 --- a/ld/ldemul.c +++ b/ld/ldemul.c @@ -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 |