* emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
authorDaniel Jacobowitz <drow@false.org>
Wed, 2 Feb 2005 20:19:52 +0000 (20:19 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 2 Feb 2005 20:19:52 +0000 (20:19 +0000)
ld/ChangeLog
ld/emulparams/elf32bmip.sh

index 29ee2425ec4476e2976dd643c9880d4fca689cc1..9aeda3ae5dee0e4135f86f7aca4bf760c6b4e546 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
+
 2005-02-01  Edward Welbourne  <eddy@opera.com>
            Nick Clifton  <nickc@redhat.com>
 
index 3d99044b4134b18bd4fa3903cde247a2541c518b..6948e485be4b867bdbf331dc2c2a85a12c4fa102 100644 (file)
@@ -11,7 +11,7 @@ MAXPAGESIZE=0x40000
 COMMONPAGESIZE=0x1000
 NONPAGED_TEXT_START_ADDR=0x0400000
 SHLIB_TEXT_START_ADDR=0x5ffe0000
-test -n "${EMBEDDED}" || TEXT_DYNAMIC=
+TEXT_DYNAMIC=
 INITIAL_READONLY_SECTIONS="
   .reginfo      ${RELOCATING-0} : { *(.reginfo) }
 "
This page took 0.02608 seconds and 4 git commands to generate.