aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-25 10:17:52 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-25 10:17:52 +0000
commit156e38523a9a52deb03ae8aedb382e0dda4ad9b5 (patch)
tree157ec155d983e928851c96ac282e2f883b235e94 /bfd/coff-rs6000.c
parent4a29cb1e7e5958c1cd738f26e1619bdce0b65a77 (diff)
downloadgdb-156e38523a9a52deb03ae8aedb382e0dda4ad9b5.zip
gdb-156e38523a9a52deb03ae8aedb382e0dda4ad9b5.tar.gz
gdb-156e38523a9a52deb03ae8aedb382e0dda4ad9b5.tar.bz2
* 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.
Diffstat (limited to 'bfd/coff-rs6000.c')
-rw-r--r--bfd/coff-rs6000.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c
index 5f76471..1787bfa 100644
--- a/bfd/coff-rs6000.c
+++ b/bfd/coff-rs6000.c
@@ -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 */
-