aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-mips.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-28 13:00:18 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-28 13:00:18 +0000
commit1f29e30b1f011b35c948b048e7f19cfa663d57d9 (patch)
tree6bdf19737e1e8dc3d65b1fc62b1c2049f892fdb5 /bfd/coff-mips.c
parentd4a06831c1121dc4205135127d82a3fb6d53f26b (diff)
downloadgdb-1f29e30b1f011b35c948b048e7f19cfa663d57d9.zip
gdb-1f29e30b1f011b35c948b048e7f19cfa663d57d9.tar.gz
gdb-1f29e30b1f011b35c948b048e7f19cfa663d57d9.tar.bz2
* aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h:
Eliminate all PROTO calls, replace with PARAMS for readability. * aoutx.h: Add type to callback parameter. * coff-mips.c: Don't call trad-core.h, not needed. * trad-core.c: Incorporate trad-core.h declarations. Fix comments. * trad-core.h: Eliminate, unused.
Diffstat (limited to 'bfd/coff-mips.c')
-rw-r--r--bfd/coff-mips.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c
index e6fadb2..ee63e07 100644
--- a/bfd/coff-mips.c
+++ b/bfd/coff-mips.c
@@ -1,5 +1,5 @@
-/* MIPS Extended-Coff back-end for BFD.
- Copyright (C) 1990-1991 Free Software Foundation, Inc.
+/* BFD back-end for MIPS Extended-Coff files.
+ Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
Written by Per Bothner.
This file is part of BFD, the Binary File Descriptor library.
@@ -24,7 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "coff/mips.h"
#include "coff/internal.h"
#include "libcoff.h" /* to allow easier abstraction-breaking */
-#include "trad-core.h"
#define BADMAG(x) ECOFFBADMAG(x)