diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-19 07:27:02 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-19 07:27:02 +0000 |
commit | beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b (patch) | |
tree | 5f4380926c837fcac6c4d094fa9c8401752205db /gdb/coffread.c | |
parent | 3c81fef579137cf5c8f0d06b8b5a187465358cf6 (diff) | |
download | gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.zip gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.tar.gz gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.tar.bz2 |
configure changes and -opcode.h movement.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index 4601e2d..debf04b 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License along with GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + #include <stdio.h> #include "defs.h" #include "param.h" @@ -28,6 +29,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bfd.h" #include "symfile.h" +#ifndef NO_COFF + #if defined (TDESC) /* Need to get C_VERSION and friends. */ #include <a.out.h> @@ -2048,3 +2051,5 @@ _initialize_coffread () { add_symtab_fns(&coff_sym_fns); } + +#endif /* NO_COFF */ |