* aout-adobe.c: Don't compare against "true" or "false.
[deliverable/binutils-gdb.git] / bfd / xcofflink.c
index 7215b1bc64a6ac95046081f290bc849ead80971a..c1793544e3377fa88c6df9c136dc2b5ec3b67554 100644 (file)
@@ -2878,7 +2878,7 @@ bfd_xcoff_size_dynamic_sections (output_bfd, info, libpath, entry,
     }
 
   /* __rtinit */
-  if (info->init_function || info->fini_function || rtld == true
+  if (info->init_function || info->fini_function || rtld) 
     {
       struct xcoff_link_hash_entry *hsym;
       struct internal_ldsym *ldsym;
This page took 0.023045 seconds and 4 git commands to generate.