* elf-bfd.h (struct core_elf_obj_tdata): New.
authorAlan Modra <amodra@gmail.com>
Thu, 21 Feb 2013 03:02:30 +0000 (03:02 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 21 Feb 2013 03:02:30 +0000 (03:02 +0000)
commit228e534f16219c61a3f2d1aea96cc5d78215b2d4
tree94e7d627a9ba60ffd55c72d6184e1a2435d86c8f
parent12bd695738760b28c04dd34b3ff228247ec747c9
* elf-bfd.h (struct core_elf_obj_tdata): New.
(struct elf_obj_tdata): Delete core_signal, core_pid, core_lwpid,
core_program, and core_command.  Add "core".
* elf.c (bfd_elf_mkcorefile): Allocate "core" struct.
Update all refs to tdata core fields.
* elf32-am33lin.c, * elf32-arm.c, * elf32-cris.c, * elf32-frv.c,
* elf32-hppa.c, * elf32-i386.c, * elf32-m68k.c, * elf32-mips.c,
* elf32-nios2.c, * elf32-ppc.c, * elf32-s390.c, * elf32-score.c,
* elf32-score7.c, * elf32-sh.c, * elf32-sparc.c, * elf32-tilegx.c,
* elf32-tilepro.c, * elf32-xtensa.c, * elf64-aarch64.c,
* elf64-hppa.c, * elf64-mips.c, * elf64-ppc.c, * elf64-tilegx.c,
* elf64-x86-64.c, * elfcore.h, * elfn32-mips.c: Update all refs
to tdata core fields.
29 files changed:
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c
bfd/elf32-am33lin.c
bfd/elf32-arm.c
bfd/elf32-cris.c
bfd/elf32-frv.c
bfd/elf32-hppa.c
bfd/elf32-i386.c
bfd/elf32-m68k.c
bfd/elf32-mips.c
bfd/elf32-nios2.c
bfd/elf32-ppc.c
bfd/elf32-s390.c
bfd/elf32-score.c
bfd/elf32-score7.c
bfd/elf32-sh.c
bfd/elf32-sparc.c
bfd/elf32-tilegx.c
bfd/elf32-tilepro.c
bfd/elf32-xtensa.c
bfd/elf64-aarch64.c
bfd/elf64-hppa.c
bfd/elf64-mips.c
bfd/elf64-ppc.c
bfd/elf64-tilegx.c
bfd/elf64-x86-64.c
bfd/elfcore.h
bfd/elfn32-mips.c
This page took 0.026902 seconds and 4 git commands to generate.