* bfd.c (struct _bfd): Add hppabsd_core_data.

* targets.c (target_vector): Add hppabsd_core_vec.
	* hpux-core.c (hpux_core_core_file_p): Fail if an unknown core
	section is encountered during core section scanning.
	* hppabsd-core.c: New file.
	* config/hppabsd.mh: Enable HPPA BSD core files.
This commit is contained in:
Jeff Law 1993-11-11 23:44:36 +00:00
parent 91f8701603
commit 8a71bf96a2
2 changed files with 8 additions and 0 deletions

View file

@ -124,6 +124,7 @@ hosts
hp300bsd.c hp300bsd.c
hp300hpux.c hp300hpux.c
hppa_stubs.h hppa_stubs.h
hppabsd-core.c
hpux-core.c hpux-core.c
i386aout.c i386aout.c
i386bsd.c i386bsd.c

View file

@ -1,5 +1,12 @@
Thu Nov 11 15:16:28 1993 Jeffrey A. Law (law@snake.cs.utah.edu) Thu Nov 11 15:16:28 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
* bfd.c (struct _bfd): Add hppabsd_core_data.
* targets.c (target_vector): Add hppabsd_core_vec.
* hpux-core.c (hpux_core_core_file_p): Fail if an unknown core
section is encountered during core section scanning.
* hppabsd-core.c: New file.
* config/hppabsd.mh: Enable HPPA BSD core files.
* elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code * elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code
which is either commented out or ifdef'd out. Add, update and which is either commented out or ifdef'd out. Add, update and
clean comments. Fix various indention and spacing problems. Handle clean comments. Fix various indention and spacing problems. Handle