mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
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:
@ -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>
|
2004-02-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
|
* elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
|
||||||
|
@ -2487,7 +2487,7 @@ elfNN_ia64_check_relocs (abfd, info, sec, relocs)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (!count_dyn_reloc (abfd, dyn_i, srel, dynrel_type,
|
if (!count_dyn_reloc (abfd, dyn_i, srel, dynrel_type,
|
||||||
(sec->flags & SEC_READONLY)))
|
(sec->flags & SEC_READONLY) != 0))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user