aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/mmixelf.em
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-11-26 23:26:35 +0000
committerRoland McGrath <roland@gnu.org>2012-11-26 23:26:35 +0000
commite2caaa1f59dc766dfe414ff3742b077c079a459b (patch)
tree3bcd842a2d4c22567471644312c86c603e3e014d /ld/emultempl/mmixelf.em
parentb80f948aeb87b97b745a9f18117bc34c7e061817 (diff)
downloadgdb-e2caaa1f59dc766dfe414ff3742b077c079a459b.zip
gdb-e2caaa1f59dc766dfe414ff3742b077c079a459b.tar.gz
gdb-e2caaa1f59dc766dfe414ff3742b077c079a459b.tar.bz2
ld/
* emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Copy last elf32.em here too. * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise. * emultempl/mmixelf.em (gld${EMULATION_NAME}_before_parse): Likewise. * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
Diffstat (limited to 'ld/emultempl/mmixelf.em')
-rw-r--r--ld/emultempl/mmixelf.em4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em
index a875a5c..89c60c9 100644
--- a/ld/emultempl/mmixelf.em
+++ b/ld/emultempl/mmixelf.em
@@ -1,5 +1,5 @@
# This shell script emits a C file. -*- C -*-
-# Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
+# Copyright 2001, 2002, 2003, 2005, 2007, 2012 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
@@ -38,6 +38,8 @@ elfmmix_before_parse (void)
full system with shared libraries and demand paging, you will want to
exclude this file. */
config.magic_demand_paged = FALSE;
+
+ config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
}
EOF