diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-30 21:58:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-30 21:58:09 +0000 |
commit | 7cd39d6914d4598070373a507bb826c0c6e3ae34 (patch) | |
tree | d291b7cd4f38d41da32c6469fa093286f6a15a93 /bfd | |
parent | dabfe2f6655b5a977fb70ab32cbe0810c9dc4698 (diff) | |
download | gdb-7cd39d6914d4598070373a507bb826c0c6e3ae34.zip gdb-7cd39d6914d4598070373a507bb826c0c6e3ae34.tar.gz gdb-7cd39d6914d4598070373a507bb826c0c6e3ae34.tar.bz2 |
Irix 4 core support entries.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 32f9205..4b5e9b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +Tue Nov 30 16:45:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * 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. + Wed Nov 24 02:02:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elfcode.h (map_program_segments): Restore check of file_size != |