From 43152fe57b27c7dc96624b43e1a9598bb7eb2f04 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Sat, 22 May 1993 02:08:20 +0000 Subject: [PATCH] * i386lynx.c: New module for Lynx variant of a.out. * Makefile.in (BFD_BACKENDS CFILES depends): Add i386lynx.c. * gen-aout.c: Get rid of defunct endian stuff, print out true pagesize. * targets.c (target_vector): Add i386lynx_vec. --- bfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 368d70f557..10a3b81ca6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Fri May 21 19:04:21 1993 Stu Grossman (grossman@cygnus.com) + + * i386lynx.c: New module for Lynx variant of a.out. + * Makefile.in (BFD_BACKENDS CFILES depends): Add i386lynx.c. + * gen-aout.c: Get rid of defunct endian stuff, print out true + pagesize. + * targets.c (target_vector): Add i386lynx_vec. + Fri May 21 17:02:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * configure.in: Use i386-sco.mt for i[36]86-*-isc*. -- 2.34.1