diff options
author | Stu Grossman <grossman@cygnus> | 1993-05-22 02:08:20 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-05-22 02:08:20 +0000 |
commit | 43152fe57b27c7dc96624b43e1a9598bb7eb2f04 (patch) | |
tree | 776b5f296223d5ddfeaeac0eaad20e870a95b372 /bfd | |
parent | 01e8df99e5be73db2fe00418b54c8eb5181dbdcd (diff) | |
download | gdb-43152fe57b27c7dc96624b43e1a9598bb7eb2f04.zip gdb-43152fe57b27c7dc96624b43e1a9598bb7eb2f04.tar.gz gdb-43152fe57b27c7dc96624b43e1a9598bb7eb2f04.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 368d70f..10a3b81 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*. |