From: H.J. Lu Date: Tue, 18 Dec 2001 18:11:52 +0000 (+0000) Subject: 2001-12-18 H.J. Lu X-Git-Tag: cygnus_cvs_20020108_pre~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078;p=thirdparty%2Fbinutils-gdb.git 2001-12-18 H.J. Lu * elf.c (_bfd_elf_copy_private_bfd_data): Update comments. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1762a089a13..b5704e53387 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-12-18 H.J. Lu + + * elf.c (_bfd_elf_copy_private_bfd_data): Update comments. + 2001-12-18 H.J. Lu * elf-bfd.h (_bfd_elf_copy_private_bfd_data): New. Prototype. diff --git a/bfd/elf.c b/bfd/elf.c index 0b249103171..6589bc9ee00 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -784,7 +784,7 @@ _bfd_elf_merge_sections (abfd, info) return true; } -/* 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;