* elflink.h (elf_link_read_relocs_from_section): Be type-correct.

This commit is contained in:
Mark Mitchell 1999-07-11 00:12:14 +00:00
parent e0accf0cb8
commit 65388f2d50
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-07-11 Mark Mitchell <mark@codesourcery.com>
* elflink.h (elf_link_read_relocs_from_section): Be type-correct.
Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config.bfd (hppa*-*-linux-gnu*): New target

View File

@ -2102,7 +2102,7 @@ elf_link_read_relocs_from_section (abfd, shdr, external_relocs,
* sizeof (Elf_Internal_Rel)));
for (; erel < erelend; erel++, irela += bed->s->int_rels_per_ext_rel)
{
int i;
unsigned char i;
if (bed->s->swap_reloc_in)
(*bed->s->swap_reloc_in) (abfd, (bfd_byte *) erel, irel);