aboutsummaryrefslogtreecommitdiff
path: root/ld/ldtemplate
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldtemplate')
-rwxr-xr-xld/ldtemplate3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldtemplate b/ld/ldtemplate
index 2d161f0..dc91283 100755
--- a/ld/ldtemplate
+++ b/ld/ldtemplate
@@ -134,8 +134,7 @@ static char *gld<target>_get_script()
config.build_constructors == true) {
return gld<target>_script_option_Ur;
}
- if (config.relocateable_output == true ||
- config.magic_demand_paged == false) {
+ if (config.relocateable_output == true) {
return gld<target>_script_option_r;
}