]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-ppc.c
2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
authorSergio Durigan Junior <sergiodj@redhat.com>
Mon, 4 Feb 2013 18:26:34 +0000 (18:26 +0000)
committerSergio Durigan Junior <sergiodj@redhat.com>
Mon, 4 Feb 2013 18:26:34 +0000 (18:26 +0000)
commit70a38d42c5b3fdc03acd4faef4149f5f2e8a0fb4
tree525fc36f46d8e714ddd70c291ceb77f255cf36f3
parent176eb98c2f159084863a303f417803dd6736f16f
2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
    Pedro Alves  <palves@redhat.com>

* Makefile.in (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
* elf-bfd.h (elf_internal_linux_prpsinfo): New structure
declaration.
(elfcore_write_linux_prpsinfo32, elfcore_write_linux_prpsinfo64)
(elfcore_write_ppc32_linux_prpsinfo32): New declarations.
* elf-linux-psinfo.h: New file.
* elf.c: Include elf-linux-psinfo.h.
(elfcore_write_linux_prpsinfo32, elfcore_write_linux_prpsinfo64):
New functions.
* elf32-ppc.c: Include `elf-linux-psinfo.h'.
(elf_external_ppc_linux_prpsinfo32): New structure declaration.
(PPC_LINUX_PRPSINFO32_SWAP_FIELDS): New macro.
(elfcore_write_ppc_linux_prpsinfo32): New function.
bfd/ChangeLog
bfd/Makefile.in
bfd/elf-bfd.h
bfd/elf-linux-psinfo.h [new file with mode: 0644]
bfd/elf.c
bfd/elf32-ppc.c