]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove redundant init of config.make_executable to true.
authorNick Clifton <nickc@redhat.com>
Fri, 24 Nov 2000 21:31:21 +0000 (21:31 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 24 Nov 2000 21:31:21 +0000 (21:31 +0000)
ld/ChangeLog
ld/ldmain.c

index 409d1a833ca713d9d83b628381d5f4f4053dbfcc..79623793adc0c6c03a0eed0f17e5b89b2ecf7949 100644 (file)
@@ -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.
index bc38beaa4c93d3a8be520c1190ac7564719eb727..faee77709eb4429f3a727ce38b5805356e26f812 100644 (file)
@@ -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);