diff options
author | Alan Modra <amodra@gmail.com> | 2013-02-05 13:57:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-02-05 13:57:49 +0000 |
commit | 37ba9f93b2e0216ec85684f8b8f838633ed657c1 (patch) | |
tree | 0d95c2984d342d0999134fbd5df07d75a12dd6b6 | |
parent | 14ac654fb82690ec8bf8b9dd621c174ff8321460 (diff) | |
download | gdb-37ba9f93b2e0216ec85684f8b8f838633ed657c1.zip gdb-37ba9f93b2e0216ec85684f8b8f838633ed657c1.tar.gz gdb-37ba9f93b2e0216ec85684f8b8f838633ed657c1.tar.bz2 |
* Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
* Makefile.in: Regenerate.
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2571de3..4bb1cfa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-02-06 Alan Modra <amodra@gmail.com> + + * Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'. + * Makefile.in: Regenerate. + 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com> Pedro Alves <palves@redhat.com> diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 91b0ed1..8c348f3 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 0a0fd40..a74aaa1 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 \ |