From: Nick Clifton Date: Wed, 29 May 2002 08:46:58 +0000 (+0000) Subject: Move declaration and initialisation of saw_line and saw_func out of for loop. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a95653f53ef6967a458777b5709ed09b76577b47;p=deliverable%2Fbinutils-gdb.git Move declaration and initialisation of saw_line and saw_func out of for loop. (Actual patch accidentally checked in yesterday!) --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0db8544a72..169d68a10e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2002-05-28 Nick Clifton + + * syms.c (_bfd_stab_section_find_nearest_line): Move + declaration and initialisation of saw_line and saw_func out of + for loop. + 2002-05-29 Alan Modra * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.