diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-12-18 18:11:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-12-18 18:11:52 +0000 |
commit | f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078 (patch) | |
tree | 3ae5c3cf78244bdf4c515a7397eeec32d8bb60d7 | |
parent | 2d502050c8f0bdfc1cbf0a39c9e6b4b0420180ed (diff) | |
download | gdb-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/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf.c | 4 |
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. @@ -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; |