summaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@linux.vnet.ibm.com>2013-02-04 18:26:30 +0000
committerSergio Durigan Junior <sergiodj@linux.vnet.ibm.com>2013-02-04 18:26:30 +0000
commit178787aafd7e551efb648ceed36e2687ed17add2 (patch)
tree17ae9bede71fd83cef069d618ce63280d23dfce3 /bfd/Makefile.in
parent41829dec08ad5f9e80a5d84d5fc60b5aa2fcbcd1 (diff)
downloadbinutils-redhat-178787aafd7e551efb648ceed36e2687ed17add2.tar.gz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index aaf6627baf..0a0fd40e74 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 \