diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-08-07 19:46:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-08-07 19:46:11 +0000 |
commit | dce618356b28210f9047192b80af4e7851834a80 (patch) | |
tree | 2ddacd359799af15c2fabcb9edfd526c72e66e1d /bfd/ieee.c | |
parent | 46f5aac8f58529a66cbad99dbc44b85227bbebe9 (diff) | |
download | gdb-dce618356b28210f9047192b80af4e7851834a80.zip gdb-dce618356b28210f9047192b80af4e7851834a80.tar.gz gdb-dce618356b28210f9047192b80af4e7851834a80.tar.bz2 |
Apply Nick Clifton's suggestion.
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r-- | bfd/ieee.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |