2001-12-18 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Dec 2001 18:11:52 +0000 (18:11 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Dec 2001 18:11:52 +0000 (18:11 +0000)
* elf.c (_bfd_elf_copy_private_bfd_data): Update comments.

bfd/ChangeLog
bfd/elf.c

index 1762a08..b5704e5 100644 (file)
@@ -1,5 +1,9 @@
 2001-12-18  H.J. Lu <hjl@gnu.org>
 
+       * elf.c (_bfd_elf_copy_private_bfd_data): Update comments.
+
+2001-12-18  H.J. Lu <hjl@gnu.org>
+
        * elf-bfd.h (_bfd_elf_copy_private_bfd_data): New. Prototype.
        (_bfd_mips_elf_copy_private_bfd_data): Removed.
 
index 0b24910..6589bc9 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -784,7 +784,7 @@ _bfd_elf_merge_sections (abfd, info)
   return true;
 }
 \f
-/* Print out the program headers.  */
+/* Copy the program header from one object module to another */
 
 boolean
 _bfd_elf_copy_private_bfd_data (ibfd, obfd)
@@ -804,6 +804,8 @@ _bfd_elf_copy_private_bfd_data (ibfd, obfd)
   return true;
 }
 
+/* Print out the program headers.  */
+
 boolean
 _bfd_elf_print_private_bfd_data (abfd, farg)
      bfd *abfd;