diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-10-03 22:15:52 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-10-03 22:15:52 +0000 |
commit | c4a423818e5d36fa938484fd26d7b2f51414a357 (patch) | |
tree | 98d5ca43cf9e070cb7f60d37f823c2e34ee7abf8 /bfd/i386lynx-cf.c | |
parent | f4548a461cb20302b7a8c56bab7800d5acf1b369 (diff) | |
download | gdb-c4a423818e5d36fa938484fd26d7b2f51414a357.zip gdb-c4a423818e5d36fa938484fd26d7b2f51414a357.tar.gz gdb-c4a423818e5d36fa938484fd26d7b2f51414a357.tar.bz2 |
More additions and changes for Lynx.
Diffstat (limited to 'bfd/i386lynx-cf.c')
-rw-r--r-- | bfd/i386lynx-cf.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bfd/i386lynx-cf.c b/bfd/i386lynx-cf.c new file mode 100644 index 0000000..541f59e --- /dev/null +++ b/bfd/i386lynx-cf.c @@ -0,0 +1,24 @@ +/* BFD back-end for Intel 386 COFF LynxOS files. + Copyright 1993 Free Software Foundation, Inc. + Written by Cygnus Support. + +This file is part of BFD, the Binary File Descriptor library. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#define TARGET_SYM i386lynx_coff_vec +#define TARGET_NAME "coff-i386-lynx" + +#include "coff-i386.c" |