Remove redundant init of config.make_executable to true.
This commit is contained in:
parent
ea3881d97c
commit
49425d281c
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user