* elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field.

This commit is contained in:
Bernd Schmidt 2011-04-11 12:04:22 +00:00
parent 4e4f7c872b
commit 2123f9ad15
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-11 Bernd Schmidt <bernds@codesourcery.com>
* elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field.
2011-04-11 Mark Wielaard <mjw@redhat.com>
PR 10549

View File

@ -2772,6 +2772,7 @@ elf32_tic6x_check_relocs (bfd *abfd, struct bfd_link_info *info,
*head = p;
p->sec = sec;
p->count = 0;
p->pc_count = 0;
}
p->count += 1;