aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-12-18 18:11:52 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-12-18 18:11:52 +0000
commitf0b79d91cbbaf7e2fc4441aee9b7a1527a18f078 (patch)
tree3ae5c3cf78244bdf4c515a7397eeec32d8bb60d7
parent2d502050c8f0bdfc1cbf0a39c9e6b4b0420180ed (diff)
downloadgdb-f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078.zip
gdb-f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078.tar.gz
gdb-f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078.tar.bz2
2001-12-18 H.J. Lu <hjl@gnu.org>
* elf.c (_bfd_elf_copy_private_bfd_data): Update comments.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1762a08..b5704e5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
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;