2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 26 Feb 2004 17:45:19 +0000 (17:45 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 26 Feb 2004 17:45:19 +0000 (17:45 +0000)
* elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
count_dyn_reloc.

bfd/ChangeLog
bfd/elfxx-ia64.c

index 6aadd114889849f6f61e59bf4113b6a1221b0778..6e39c4b14ff4a3725ce28b27b27c8a0572073eb9 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
+       count_dyn_reloc.
+
 2004-02-25  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
index 332e361024bfa64e670a59a651755ebd5107be10..878511bb828c3f14baadb4e89ea52faa09014a39 100644 (file)
@@ -2487,7 +2487,7 @@ elfNN_ia64_check_relocs (abfd, info, sec, relocs)
                return FALSE;
            }
          if (!count_dyn_reloc (abfd, dyn_i, srel, dynrel_type,
-                               (sec->flags & SEC_READONLY)))
+                               (sec->flags & SEC_READONLY) != 0))
            return FALSE;
        }
     }
This page took 0.029147 seconds and 4 git commands to generate.