mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field.
This commit is contained in:
parent
4e4f7c872b
commit
2123f9ad15
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user