* libxcoff.h (struct xcoff_backend_data_rec): Constify src param
[binutils-gdb.git] / bfd / coff-mcore.c
index edd1a905663805105af8bff1042b301e7594321c..cd38044fc9e2fde12637a4f2e6103883db587c80 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Motorola MCore COFF/PE
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -65,7 +65,6 @@ static reloc_howto_type *           coff_mcore_rtype_to_howto
 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value
    from smaller values.  Start with zero, widen, *then* decrement.  */
 #define MINUS_ONE      (((bfd_vma)0) - 1)
-
 \f
 static reloc_howto_type mcore_coff_howto_table[] =
 {
@@ -283,7 +282,6 @@ mcore_coff_unsupported_reloc (abfd, reloc_entry, symbol, data, input_section,
 
   return bfd_reloc_notsupported;
 }
-
 \f
 /* A cheesy little macro to make the code a little more readable.  */
 #define HOW2MAP(bfd_rtype, mcore_rtype)  \
@@ -361,7 +359,6 @@ in_reloc_p (abfd, howto)
 {
   return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA;
 }
-
 \f
 /* The reloc processing routine for the optimized COFF linker.  */
 static boolean
@@ -560,7 +557,6 @@ coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section,
 
   return true;
 }
-
 \f
 /* Tailor coffcode.h -- macro heaven.  */