Rename elf-linux-psinfo.h to elf-linux-core.h
Since it will sometime have more than just prpsinfo. Also, elf32-ppc.c needlessly includes this header. * elf-linux-core.h: Rename from elf-linux-psinfo.h. * elf.c: Adjust #include. * elf32-ppc.c: Don't #include elf-linux-psinfo.h * Makefile.am (SOURCE_HFILES): Update. * Makefile.in: Regenerate. * po/SRC-PORFILES.in: Regenerate.
This commit is contained in:
parent
c603b11bec
commit
de64ce13a7
@ -1,3 +1,12 @@
|
|||||||
|
2016-01-21 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elf-linux-core.h: Rename from elf-linux-psinfo.h.
|
||||||
|
* elf.c: Adjust #include.
|
||||||
|
* elf32-ppc.c: Don't #include elf-linux-psinfo.h
|
||||||
|
* Makefile.am (SOURCE_HFILES): Update.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
* po/SRC-PORFILES.in: Regenerate.
|
||||||
|
|
||||||
2016-01-21 Alan Modra <amodra@gmail.com>
|
2016-01-21 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Move corefile selection later in file. Move
|
* configure.ac: Move corefile selection later in file. Move
|
||||||
|
@ -790,7 +790,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 elf-linux-psinfo.h elf32-hppa.h \
|
elf-bfd.h elf-hppa.h elf-linux-core.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 \
|
||||||
|
@ -1095,7 +1095,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-hppa.h elf-linux-psinfo.h elf32-hppa.h \
|
elf-bfd.h elf-hppa.h elf-linux-core.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 \
|
||||||
|
@ -42,7 +42,7 @@ SECTION
|
|||||||
#include "elf-bfd.h"
|
#include "elf-bfd.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
#include "elf-linux-psinfo.h"
|
#include "elf-linux-core.h"
|
||||||
|
|
||||||
#ifdef CORE_HEADER
|
#ifdef CORE_HEADER
|
||||||
#include CORE_HEADER
|
#include CORE_HEADER
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
#include "elf32-ppc.h"
|
#include "elf32-ppc.h"
|
||||||
#include "elf-vxworks.h"
|
#include "elf-vxworks.h"
|
||||||
#include "dwarf2.h"
|
#include "dwarf2.h"
|
||||||
#include "elf-linux-psinfo.h"
|
|
||||||
|
|
||||||
typedef enum split16_format_type
|
typedef enum split16_format_type
|
||||||
{
|
{
|
||||||
|
@ -157,7 +157,7 @@ elf-bfd.h
|
|||||||
elf-eh-frame.c
|
elf-eh-frame.c
|
||||||
elf-hppa.h
|
elf-hppa.h
|
||||||
elf-ifunc.c
|
elf-ifunc.c
|
||||||
elf-linux-psinfo.h
|
elf-linux-core.h
|
||||||
elf-m10200.c
|
elf-m10200.c
|
||||||
elf-m10300.c
|
elf-m10300.c
|
||||||
elf-nacl.c
|
elf-nacl.c
|
||||||
|
Loading…
Reference in New Issue
Block a user