diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-08-07 19:39:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-08-07 19:39:55 +0000 |
commit | 68ad53f380fc3beabf9b575b547d19ea776ce5cb (patch) | |
tree | 3392ef50f2c787961a8ade8270f09f0946a65119 /bfd/ieee.c | |
parent | b4076ccaaaec0fdd6f965beefc16dc5c861db8a7 (diff) | |
download | gdb-68ad53f380fc3beabf9b575b547d19ea776ce5cb.tar.gz |
2000-08-07 Kazu Hirata <kazu@hxi.com>
* ieee.c: Fix a comment typo.
* elf64-ia64.c: Likewise.
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r-- | bfd/ieee.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bfd/ieee.c b/bfd/ieee.c index 71b967ac418..5bbe0a7cb79 100644 --- a/bfd/ieee.c +++ b/bfd/ieee.c @@ -3197,11 +3197,9 @@ relocate_debug (output, input) block (); } -/* - During linking, we 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. -*/ +/* 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. */ static boolean ieee_write_debug_part (abfd) |