diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2013-02-04 18:26:34 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2013-02-04 18:26:34 +0000 |
commit | 70a38d42c5b3fdc03acd4faef4149f5f2e8a0fb4 (patch) | |
tree | 525fc36f46d8e714ddd70c291ceb77f255cf36f3 /bfd/Makefile.in | |
parent | 176eb98c2f159084863a303f417803dd6736f16f (diff) | |
download | gdb-70a38d42c5b3fdc03acd4faef4149f5f2e8a0fb4.zip gdb-70a38d42c5b3fdc03acd4faef4149f5f2e8a0fb4.tar.gz gdb-70a38d42c5b3fdc03acd4faef4149f5f2e8a0fb4.tar.bz2 |
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.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index aaf6627..0a0fd40 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1070,7 +1070,7 @@ BUILD_CFILES = \ CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) SOURCE_HFILES = \ aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ - elf-bfd.h elf-hppa.h elf32-hppa.h \ + elf-bfd.h elf-linux-psinfo.h elf-hppa.h elf32-hppa.h \ elf64-hppa.h elfcode.h elfcore.h \ freebsd.h genlink.h go32stub.h \ libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \ |