Apply Nick Clifton's suggestion.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 7 Aug 2000 19:46:11 +0000 (19:46 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Mon, 7 Aug 2000 19:46:11 +0000 (19:46 +0000)
bfd/ChangeLog
bfd/ieee.c

index d0fd4b0e9d84169629748309f46ae4a9b16f251f..7cc4cb048fc92dbcfff01b1fec14b453c3549fda 100644 (file)
@@ -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>
 
index 5bbe0a7cb792ac8cf0de9464848cbd3aaa5d7886..e66e2056a7d511d6a0ab729da4ea8dd25ea638fe 100644 (file)
@@ -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)
This page took 0.032676 seconds and 4 git commands to generate.