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 | 5e60ff83dd219bf99eb6fa59ac26320f65864a8e (patch) | |
tree | 3150d3974b4d0b2aa1f869b668c13d8b7e67767e /bfd/ieee.c | |
parent | 68ad53f380fc3beabf9b575b547d19ea776ce5cb (diff) | |
download | gdb-5e60ff83dd219bf99eb6fa59ac26320f65864a8e.tar.gz |
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
diff --git a/bfd/ieee.c b/bfd/ieee.c index 5bbe0a7cb79..e66e2056a7d 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) |