]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 1762a089a13effa7d3c7dfe90573134a81eb938b..b5704e533875a2eee7c0157598c73e9ac4ba6785 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 0b249103171a79a7054206c3bb641f3128d90963..6589bc9ee007310c24b2db9b1eb0c7856d6ac032 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;