2000-08-07 Kazu Hirata <kazu@hxi.com>
authorKazu Hirata <kazu@codesourcery.com>
Mon, 7 Aug 2000 19:39:55 +0000 (19:39 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Mon, 7 Aug 2000 19:39:55 +0000 (19:39 +0000)
* ieee.c: Fix a comment typo.
* elf64-ia64.c: Likewise.

bfd/ChangeLog
bfd/elf64-ia64.c
bfd/ieee.c

index c5587f316c0e1e20e8310c8a9a4ba591e173c684..d0fd4b0e9d84169629748309f46ae4a9b16f251f 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-07  Kazu Hirata  <kazu@hxi.com>
+
+       * ieee.c: Fix a comment typo.
+       * elf64-ia64.c: Likewise.
+
 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
 
        * elf32-i860 (elf32_i860_howto_table): New structure.
index a8bebf219f22cf63e850cfbf32d3a7d21f8b30e3..11704e58b8d786c8c2804090855ef32788a44935 100644 (file)
@@ -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.  */
index 71b967ac4181b1f7db4c37e26141cce01834f6df..5bbe0a7cb792ac8cf0de9464848cbd3aaa5d7886 100644 (file)
@@ -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)