Fix typo in previous ChangeLog message.

This commit is contained in:
Peter Schauer 1993-09-24 16:13:26 +00:00
parent 4346ee0f97
commit 0a27542138
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
Fri Sep 24 00:42:23 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* osf-core.c: New file for OSF/1 core file support.
* config/alphaosf.mh (HDEFINES): Set to -DHPUX_CORE.
(HDEPFILES): Set to hpux-core.o.
* config/alphaosf.mh (HDEFINES): Add -DOSF_CORE.
(HDEPFILES): Set to osf-core.o.
* bfd-in2.h (union tdata): Add osf_core_data member.
* targets.c: If OSF_CORE is defined, add osf_core_vec to target list.
* Makefile.in (OPTIONAL_BACKENDS): Add osf-core.o.