* Rename COFF-related files in `coff-ARCH.c' form.

coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c,
coff-mips.c, coff-rs6000.c to be exact.
This commit is contained in:
John Gilmore
1991-10-25 10:17:52 +00:00
parent 4a29cb1e7e
commit 156e38523a
6 changed files with 74 additions and 61 deletions

View File

@@ -26,13 +26,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Internalcoff.h and coffcode.h modify themselves based on this flag. */
#define RS6000COFF_C 1
#include <ansidecl.h>
#include <sysdep.h>
#include "bfd.h"
#include "sysdep.h"
#include "libbfd.h"
#include "obstack.h"
#include "internalcoff.h"
#include "rs6000coff.h"
#include "coff-rs6000.h"
#include "libcoff.h"
/* The main body of code is in coffcode.h. */
@@ -58,7 +57,7 @@ static bfd_target *rs6000coff_real_object_p ();
bfd_target rs6000coff_vec =
{
"coff_rs6000", /* name */
"coff-rs6000", /* name */
bfd_target_coff_flavour,
true, /* data byte order is big */
true, /* header byte order is big */
@@ -497,4 +496,3 @@ rs6000coff_get_section_contents (abfd, section, location, offset, count)
}
#endif /* if 0 - for CORE */