mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
2001-12-18 H.J. Lu <hjl@gnu.org>
* elf.c (_bfd_elf_copy_private_bfd_data): Update comments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2001-12-18 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* elf-bfd.h (_bfd_elf_copy_private_bfd_data): New. Prototype.
|
* elf-bfd.h (_bfd_elf_copy_private_bfd_data): New. Prototype.
|
||||||
|
@ -784,7 +784,7 @@ _bfd_elf_merge_sections (abfd, info)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print out the program headers. */
|
/* Copy the program header from one object module to another */
|
||||||
|
|
||||||
boolean
|
boolean
|
||||||
_bfd_elf_copy_private_bfd_data (ibfd, obfd)
|
_bfd_elf_copy_private_bfd_data (ibfd, obfd)
|
||||||
@ -804,6 +804,8 @@ _bfd_elf_copy_private_bfd_data (ibfd, obfd)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Print out the program headers. */
|
||||||
|
|
||||||
boolean
|
boolean
|
||||||
_bfd_elf_print_private_bfd_data (abfd, farg)
|
_bfd_elf_print_private_bfd_data (abfd, farg)
|
||||||
bfd *abfd;
|
bfd *abfd;
|
||||||
|
Reference in New Issue
Block a user