| Line 1... | Line 1... | 
      
        | /* BFD back-end for Apple M68K COFF A/UX 3.x files.
 | /* BFD back-end for Apple M68K COFF A/UX 3.x files.
 | 
      
        |    Copyright 1996, 1997, 2000, 2002, 2007 Free Software Foundation, Inc.
 |    Copyright 1996, 1997, 2000, 2002, 2005, 2007, 2008
 | 
      
        |   |    Free Software Foundation, Inc.
 | 
      
        |    Written by Richard Henderson <rth@tamu.edu>.
 |    Written by Richard Henderson <rth@tamu.edu>.
 | 
      
        |  
 |  
 | 
      
        |    This file is part of BFD, the Binary File Descriptor library.
 |    This file is part of BFD, the Binary File Descriptor library.
 | 
      
        |  
 |  
 | 
      
        |    This program is free software; you can redistribute it and/or modify
 |    This program is free software; you can redistribute it and/or modify
 | 
      
        | Line 46... | Line 47... | 
      
        |            asection *, bfd_vma, const char *, bfd_boolean, bfd_boolean,
 |            asection *, bfd_vma, const char *, bfd_boolean, bfd_boolean,
 | 
      
        |            struct bfd_link_hash_entry **));
 |            struct bfd_link_hash_entry **));
 | 
      
        |  
 |  
 | 
      
        | #define coff_link_add_one_symbol coff_m68k_aux_link_add_one_symbol
 | #define coff_link_add_one_symbol coff_m68k_aux_link_add_one_symbol
 | 
      
        |  
 |  
 | 
      
        |   | #ifndef bfd_pe_print_pdata
 | 
      
        |   | #define bfd_pe_print_pdata      NULL
 | 
      
        |   | #endif
 | 
      
        |   |  
 | 
      
        | #include "coff/aux-coff.h"  /* override coff/internal.h and coff/m68k.h */
 | #include "coff/aux-coff.h"  /* override coff/internal.h and coff/m68k.h */
 | 
      
        | #include "coff-m68k.c"
 | #include "coff-m68k.c"
 | 
      
        |  
 |  
 | 
      
        | /* We need non-absolute symbols to override absolute symbols.  This
 | /* We need non-absolute symbols to override absolute symbols.  This
 | 
      
        |    mirrors Apple's "solution" to let a static library symbol override
 |    mirrors Apple's "solution" to let a static library symbol override
 |