From 5a89d4c0c9dd30d1e64d01020c8b44ca0d634999 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Mon, 11 Apr 2011 12:04:21 +0000 Subject: * elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field. --- bfd/elf32-tic6x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/elf32-tic6x.c') diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index b0474a6240..b898aabf04 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -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; -- cgit v1.2.1