aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-29 08:46:58 +0000
committerNick Clifton <nickc@redhat.com>2002-05-29 08:46:58 +0000
commita95653f53ef6967a458777b5709ed09b76577b47 (patch)
tree3fb1466504056ab9281905e631a7cada883aeded /bfd
parent195fe6367d1e2fdd279274308fd2658bafb28694 (diff)
downloadgdb-a95653f53ef6967a458777b5709ed09b76577b47.zip
gdb-a95653f53ef6967a458777b5709ed09b76577b47.tar.gz
gdb-a95653f53ef6967a458777b5709ed09b76577b47.tar.bz2
Move declaration and initialisation of saw_line and saw_func out of for loop.
(Actual patch accidentally checked in yesterday!)
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0db8544..169d68a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * 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 <amodra@bigpond.net.au>
* elf64-ppc.c (ppc64_elf_get_symbol_info): New function.