diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-09-28 01:53:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-09-28 01:53:25 +0000 |
commit | 96e39d2aaa056b4ed0072494eeca9f86b224a93d (patch) | |
tree | 4fbd7db21e32cbdf31b600a9afab5f2566d0fcd9 /bfd/ChangeLog | |
parent | f0fcf00aade46aebe53e6cb06058e26d75a920cc (diff) | |
download | gdb-96e39d2aaa056b4ed0072494eeca9f86b224a93d.zip gdb-96e39d2aaa056b4ed0072494eeca9f86b224a93d.tar.gz gdb-96e39d2aaa056b4ed0072494eeca9f86b224a93d.tar.bz2 |
New and improved Lynx support.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5a1cac1..4dfd9e3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Mon Sep 27 18:29:18 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * config.bfd configure.host: Match on *-lynxos* for LynxOS, + add m68*-*-lynxos*. + * configure.in : Replaced i386lynx_vec with i386lynx_aout_vec + and i386lynx_coff_vec. + Added m68klynx_aout_vec and m68klynx_coff_vec. + * targets.c (target_vector): Removed i386lynx_vec, added + {i386,m68k}lynx_{aout,coff}_vec. + * i386lynx.c: Added copy of i386coff.c, renamed bfd target to + i386lynx_coff_vec. + * m68klynx.c: New file. + * config/i386-lynx.mt: Replaced i386lynx_vec with i386lynx_aout_vec + and i386lynx_coff_vec. + * config/m68k-lynx.mt: New file. + * config/i386lynx.h: Added definition of cfree as free (from Eichin). + * hosts/m68klynx.h: New file. + Mon Sep 27 18:00:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * archive.c: Define offsetof here. |