From: Kazu Hirata Date: Mon, 7 Aug 2000 19:39:55 +0000 (+0000) Subject: 2000-08-07 Kazu Hirata X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46f5aac8f58529a66cbad99dbc44b85227bbebe9;p=binutils-gdb.git 2000-08-07 Kazu Hirata * ieee.c: Fix a comment typo. * elf64-ia64.c: Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c5587f316c0..d0fd4b0e9d8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-08-07 Kazu Hirata + + * ieee.c: Fix a comment typo. + * elf64-ia64.c: Likewise. + 2000-08-05 Jason Eckhardt * elf32-i860 (elf32_i860_howto_table): New structure. diff --git a/bfd/elf64-ia64.c b/bfd/elf64-ia64.c index a8bebf219f2..11704e58b8d 100644 --- a/bfd/elf64-ia64.c +++ b/bfd/elf64-ia64.c @@ -620,8 +620,8 @@ elf64_ia64_relax_section (abfd, sec, link_info, again) boolean changed_contents = false; boolean changed_relocs = false; - /* Assume we're not going to change any sizes, and we we'll only - need one pass. */ + /* Assume we're not going to change any sizes, and we'll only need + one pass. */ *again = false; /* Nothing to do if there are no relocations. */ 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)