aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-08-07 19:46:11 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-08-07 19:46:11 +0000
commitdce618356b28210f9047192b80af4e7851834a80 (patch)
tree2ddacd359799af15c2fabcb9edfd526c72e66e1d /bfd
parent46f5aac8f58529a66cbad99dbc44b85227bbebe9 (diff)
downloadfsf-binutils-gdb-dce618356b28210f9047192b80af4e7851834a80.zip
fsf-binutils-gdb-dce618356b28210f9047192b80af4e7851834a80.tar.gz
fsf-binutils-gdb-dce618356b28210f9047192b80af4e7851834a80.tar.bz2
Apply Nick Clifton's suggestion.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/ieee.c5
2 files changed, 4 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d0fd4b0..7cc4cb0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,7 +1,7 @@
2000-08-07 Kazu Hirata <kazu@hxi.com>
- * ieee.c: Fix a comment typo.
- * elf64-ia64.c: Likewise.
+ * ieee.c (ieee_write_debug_part): Rewrite a comment.
+ * elf64-ia64.c: Fix a typo.
2000-08-05 Jason Eckhardt <jle@cygnus.com>
diff --git a/bfd/ieee.c b/bfd/ieee.c
index 5bbe0a7..e66e205 100644
--- a/bfd/ieee.c
+++ b/bfd/ieee.c
@@ -3197,9 +3197,8 @@ relocate_debug (output, input)
block ();
}
-/* During linking, we told about the bfds which made up our contents,
- we have a list of them. They will still be open, so go to the
- debug info in each, and copy it out, relocating it as we go. */
+/* Gather together all the debug information from each input BFD into
+ one place, relocating it and emitting it as we go. */
static boolean
ieee_write_debug_part (abfd)