mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* 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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user