2004-02-26 H.J. Lu <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
	count_dyn_reloc.
This commit is contained in:
H.J. Lu 2004-02-26 17:45:19 +00:00
parent 0dcd613f58
commit de9811afe2
2 changed files with 6 additions and 1 deletions

View 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.

View 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;
}
}