From 37ba9f93b2e0216ec85684f8b8f838633ed657c1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 5 Feb 2013 13:57:49 +0000 Subject: [PATCH] * Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'. * Makefile.in: Regenerate. --- bfd/ChangeLog | 5 +++++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2571de36d7..4bb1cfa49e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-02-06 Alan Modra + + * Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'. + * Makefile.in: Regenerate. + 2013-02-04 Sergio Durigan Junior Pedro Alves diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 91b0ed1aea..8c348f32ff 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -767,7 +767,7 @@ CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) ## This is a list of all .h files which are in the source tree. 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-hppa.h elf-linux-psinfo.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 \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 0a0fd40e74..a74aaa12a6 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-linux-psinfo.h elf-hppa.h elf32-hppa.h \ + elf-bfd.h elf-hppa.h elf-linux-psinfo.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 \ -- 2.34.1