Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/coff-alpha.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 1  Line 1 
1  /* BFD back-end for ALPHA Extended-Coff files.  /* BFD back-end for ALPHA Extended-Coff files.
2     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3     2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.     2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
4     Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and     Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and
5     Ian Lance Taylor <ian@cygnus.com>.     Ian Lance Taylor <ian@cygnus.com>.
6    
# Line 2297  static const struct ecoff_backend_data a Line 2297  static const struct ecoff_backend_data a
2297      (unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */      (unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */
2298      alpha_ecoff_swap_filehdr_out, alpha_ecoff_swap_aouthdr_out,      alpha_ecoff_swap_filehdr_out, alpha_ecoff_swap_aouthdr_out,
2299      alpha_ecoff_swap_scnhdr_out,      alpha_ecoff_swap_scnhdr_out,
2300      FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, FALSE, 4, FALSE, 2,      FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE,
2301        ECOFF_NO_LONG_SECTION_NAMES, 4, FALSE, 2,
2302      alpha_ecoff_swap_filehdr_in, alpha_ecoff_swap_aouthdr_in,      alpha_ecoff_swap_filehdr_in, alpha_ecoff_swap_aouthdr_in,
2303      alpha_ecoff_swap_scnhdr_in, NULL,      alpha_ecoff_swap_scnhdr_in, NULL,
2304      alpha_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook,      alpha_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook,
# Line 2397  static const struct ecoff_backend_data a Line 2398  static const struct ecoff_backend_data a
2398  #define _bfd_ecoff_bfd_discard_group bfd_generic_discard_group  #define _bfd_ecoff_bfd_discard_group bfd_generic_discard_group
2399  #define _bfd_ecoff_section_already_linked \  #define _bfd_ecoff_section_already_linked \
2400    _bfd_generic_section_already_linked    _bfd_generic_section_already_linked
2401    #define _bfd_ecoff_bfd_define_common_symbol bfd_generic_define_common_symbol
2402    
2403  const bfd_target ecoffalpha_little_vec =  const bfd_target ecoffalpha_little_vec =
2404  {  {

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26