aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 0b24910..6589bc9 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;