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 /bfd/elf.c | |
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.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |