Browse Subversion Repository
Diff of /trunk/bfd/coff-sh.c
Parent Directory
| Revision Log
| Patch
| 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>. |
| 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, |
| 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 |
|
|
| |