diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-24 21:31:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-24 21:31:21 +0000 |
commit | 49425d281cfc2c9d4b61bc7db78f398950e9dca9 (patch) | |
tree | 2793261690808757927363e20b0a1252ef178cec /ld/ldmain.c | |
parent | ea3881d97cf3257638dfe1b1d61f4f7705747e43 (diff) | |
download | gdb-49425d281cfc2c9d4b61bc7db78f398950e9dca9.zip gdb-49425d281cfc2c9d4b61bc7db78f398950e9dca9.tar.gz gdb-49425d281cfc2c9d4b61bc7db78f398950e9dca9.tar.bz2 |
Remove redundant init of config.make_executable to true.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r-- | ld/ldmain.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |