summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-21 19:47:10 +0000
committerNick Clifton <nickc@redhat.com>2000-11-21 19:47:10 +0000
commitcfd763a8722d03bf91c201b967830d82cc9858c9 (patch)
tree3579872cbe7a1a536085fa0f930078537e64f961 /bfd/ChangeLog
parentc8d58b432fc55f9bf3223e66affdf83094fdc5d3 (diff)
downloadgdb-cfd763a8722d03bf91c201b967830d82cc9858c9.tar.gz
Fix compile time warning, and remove possibility of infinite loop.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9321be7c0dc..228300f3a3b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-21 Nick Clifton <nickc@redhat.com>
+
+ * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
+ remove possibility of infinite loop.
+
2000-11-20 Kazu Hirata <kazu@hxi.com>
* aix386-core.c: Fix formatting.