OSDN Git Service

2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Thu, 26 Feb 2004 17:45:19 +0000 (17:45 +0000)
committerH.J. Lu <hjl@lucon.org>
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 6aadd11..6e39c4b 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 332e361..878511b 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;
        }
     }