aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-24 21:31:21 +0000
committerNick Clifton <nickc@redhat.com>2000-11-24 21:31:21 +0000
commit49425d281cfc2c9d4b61bc7db78f398950e9dca9 (patch)
tree2793261690808757927363e20b0a1252ef178cec
parentea3881d97cf3257638dfe1b1d61f4f7705747e43 (diff)
downloadfsf-binutils-gdb-49425d281cfc2c9d4b61bc7db78f398950e9dca9.zip
fsf-binutils-gdb-49425d281cfc2c9d4b61bc7db78f398950e9dca9.tar.gz
fsf-binutils-gdb-49425d281cfc2c9d4b61bc7db78f398950e9dca9.tar.bz2
Remove redundant init of config.make_executable to true.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ldmain.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 409d1a8..7962379 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-24 Fred Fish <fnf@be.com>
+
+ * ldmain.c (main): Remove redundant init of config.make_executable
+ to true.
+
2000-11-15 Richard Henderson <rth@redhat.com>
* emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
diff --git a/ld/ldmain.c b/ld/ldmain.c
index bc38bea..faee777 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -248,7 +248,6 @@ main (argc, argv)
force_make_executable = false;
config.magic_demand_paged = true;
config.text_read_only = true;
- config.make_executable = true;
emulation = get_emulation (argc, argv);
ldemul_choose_mode (emulation);