From f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 18 Dec 2001 18:11:52 +0000 Subject: [PATCH] 2001-12-18 H.J. Lu * elf.c (_bfd_elf_copy_private_bfd_data): Update comments. --- bfd/ChangeLog | 4 ++++ bfd/elf.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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; -- 2.39.5