mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
* Makefile.in: Regenerate.
This commit is contained in:
@ -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>
|
2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
Pedro Alves <palves@redhat.com>
|
Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
@ -767,7 +767,7 @@ CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
|
|||||||
## This is a list of all .h files which are in the source tree.
|
## This is a list of all .h files which are in the source tree.
|
||||||
SOURCE_HFILES = \
|
SOURCE_HFILES = \
|
||||||
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
|
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 \
|
elf64-hppa.h elfcode.h elfcore.h \
|
||||||
freebsd.h genlink.h go32stub.h \
|
freebsd.h genlink.h go32stub.h \
|
||||||
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
|
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
|
||||||
|
@ -1070,7 +1070,7 @@ BUILD_CFILES = \
|
|||||||
CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
|
CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
|
||||||
SOURCE_HFILES = \
|
SOURCE_HFILES = \
|
||||||
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
|
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 \
|
elf64-hppa.h elfcode.h elfcore.h \
|
||||||
freebsd.h genlink.h go32stub.h \
|
freebsd.h genlink.h go32stub.h \
|
||||||
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
|
libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
|
||||||
|
Reference in New Issue
Block a user