* irix-core.c: New file for Irix 4 and Irix 5 core support.
authorIan Lance Taylor <ian@airs.com>
Tue, 30 Nov 1993 21:56:40 +0000 (21:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 30 Nov 1993 21:56:40 +0000 (21:56 +0000)
commitdabfe2f6655b5a977fb70ab32cbe0810c9dc4698
tree66658fba724d60a0d1fb959e33f0dfcf6928bfcf
parentbed5e19f10d82c2395e6fb1d24fd3178a812cd78
* irix-core.c: New file for Irix 4 and Irix 5 core support.
Functions taken out of coff-mips.c.  Handle vmap type VMAPFILE.
* coff-mips.c: Irix 4 core file support moved to irix-core.c.
* targets.c: If IRIX_CORE defined, include irix_core_vec in
target_vector.
* config/irix4.mh (HDEFINES): Add -DIRIX_CORE.
(HDEPFILES): Define to be irix-core.o.
* config/irix5.mh (HDEFINES): Define to be -DIRIX_CORE.
(HDEPFILES): Define to be irix-core.o.
* Makefile.in (OPTIONAL_BACKENDS): Added irix-core.o.  Removed
sco-core.o, which no longer exists.
(CFILES): Added all *-core.c files.
Rebuilt dependencies.
bfd/Makefile.in
bfd/targets.c