2001-08-10 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / coff-ppc.c
index 2fd47313f486d2b592b75f80c620b47d2d24725e..2bf296ab803d186d5ba89d71bb0a5e106b092aa0 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD back-end for PowerPC Microsoft Portable Executable files.
-   Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+   2000, 2001
    Free Software Foundation, Inc.
 
    Original version pieced together by Kim Knuttila (krk@cygnus.com)
@@ -218,7 +219,6 @@ ppc_coff_link_hash_table_create (abfd)
 /* Now, tailor coffcode.h to use our hash stuff */
 
 #define coff_bfd_link_hash_table_create ppc_coff_link_hash_table_create
-
 \f
 /* The nt loader points the toc register to &toc + 32768, in order to */
 /* use the complete range of a 16-bit displacement. We have to adjust */
@@ -316,7 +316,6 @@ ppc_coff_link_hash_table_create (abfd)
 #define EXTRACT_FLAGS(x) ((x) & IMAGE_REL_PPC_FLAGMASK)
 #define EXTRACT_JUNK(x)  \
            ((x) & ~(IMAGE_REL_PPC_TYPEMASK | IMAGE_REL_PPC_FLAGMASK))
-
 \f
 /* static helper functions to make relocation work */
 /* (Work In Progress) */
@@ -344,7 +343,6 @@ static bfd_reloc_status_type ppc_pair_reloc PARAMS ((bfd *abfd,
                                                     asection *section,
                                                     bfd *output_bfd,
                                                     char **error));
-
 \f
 static bfd_reloc_status_type ppc_toc16_reloc PARAMS ((bfd *abfd,
                                                      arelent *reloc,
@@ -388,7 +386,6 @@ static bfd_reloc_status_type ppc_imglue_reloc PARAMS ((bfd *abfd,
                                                       char **error));
 
 static boolean in_reloc_p PARAMS((bfd *abfd, reloc_howto_type *howto));
-
 \f
 /* FIXME: It'll take a while to get through all of these. I only need a few to
    get us started, so those I'll make sure work. Those marked FIXME are either
@@ -769,9 +766,7 @@ static reloc_howto_type ppc_coff_howto_table[] =
         false),                /* pcrel_offset */
 
 };
-
 \f
-
 /* Some really cheezy macros that can be turned on to test stderr :-) */
 
 #ifdef DEBUG_RELOC
@@ -814,7 +809,6 @@ static reloc_howto_type ppc_coff_howto_table[] =
 #define DUMP_RELOC(n,r)
 #define DUMP_RELOC2(n,r)
 #endif
-
 \f
 /* toc construction and management routines */
 
@@ -994,7 +988,6 @@ ppc_mark_symbol_as_glue(abfd, sym, rel)
 
 #endif /* COFF_IMAGE_WITH_PE */
 \f
-
 /* Return true if this relocation should
    appear in the output .reloc section.  */
 
@@ -1865,7 +1858,6 @@ ppc_pair_reloc (abfd,
 
   return bfd_reloc_undefined;
 }
-
 \f
 static bfd_reloc_status_type
 ppc_toc16_reloc (abfd,
@@ -2000,9 +1992,7 @@ ppc_imglue_reloc (abfd,
 
   return bfd_reloc_ok;
 }
-
 \f
-
 #define MAX_RELOC_INDEX  \
       (sizeof (ppc_coff_howto_table) / sizeof (ppc_coff_howto_table[0]) - 1)
 
@@ -2183,7 +2173,6 @@ ppc_coff_reloc_type_lookup (abfd, code)
 }
 
 #undef HOW2MAP
-
 \f
 /* Tailor coffcode.h -- macro heaven.  */
 
@@ -2229,9 +2218,7 @@ static void ppc_coff_swap_sym_in_hook PARAMS ((bfd *, PTR, PTR));
   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 1 }
 
 #include "coffcode.h"
-
 \f
-
 #ifndef COFF_IMAGE_WITH_PE
 /* FIXME:
    What we're trying to do here is allocate a toc section (early), and attach
@@ -2826,7 +2813,6 @@ ppc_bfd_coff_final_link (abfd, info)
 }
 #endif
 \f
-
 /* Forward declaration for use by alternative_target field.  */
 #ifdef TARGET_BIG_SYM
 extern const bfd_target TARGET_BIG_SYM;
This page took 0.024191 seconds and 4 git commands to generate.