Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/coff-sh.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 Renesas Super-H COFF binaries.  /* BFD back-end for Renesas Super-H COFF binaries.
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     Contributed by Cygnus Support.     Contributed by Cygnus Support.
5     Written by Steve Chamberlain, <sac@cygnus.com>.     Written by Steve Chamberlain, <sac@cygnus.com>.
6     Relaxing code written by Ian Lance Taylor, <ian@cygnus.com>.     Relaxing code written by Ian Lance Taylor, <ian@cygnus.com>.
# Line 3121  coff_small_new_section_hook (abfd, secti Line 3121  coff_small_new_section_hook (abfd, secti
3121  /* This is copied from bfd_coff_std_swap_table so that we can change  /* This is copied from bfd_coff_std_swap_table so that we can change
3122     the default section alignment power.  */     the default section alignment power.  */
3123    
3124  static const bfd_coff_backend_data bfd_coff_small_swap_table =  static bfd_coff_backend_data bfd_coff_small_swap_table =
3125  {  {
3126    coff_swap_aux_in, coff_swap_sym_in, coff_swap_lineno_in,    coff_swap_aux_in, coff_swap_sym_in, coff_swap_lineno_in,
3127    coff_swap_aux_out, coff_swap_sym_out,    coff_swap_aux_out, coff_swap_sym_out,
# Line 3134  static const bfd_coff_backend_data bfd_c Line 3134  static const bfd_coff_backend_data bfd_c
3134  #else  #else
3135    FALSE,    FALSE,
3136  #endif  #endif
3137  #ifdef COFF_LONG_SECTION_NAMES    COFF_DEFAULT_LONG_SECTION_NAMES,
   TRUE,  
 #else  
   FALSE,  
 #endif  
3138    2,    2,
3139  #ifdef COFF_FORCE_SYMBOLS_IN_STRINGS  #ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
3140    TRUE,    TRUE,

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