Browse Subversion Repository
Diff of /trunk/bfd/coff-mips.c
Parent Directory
| Revision Log
| Patch
| 1 |
/* BFD back-end for MIPS Extended-Coff files. |
/* BFD back-end for MIPS Extended-Coff files. |
| 2 |
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 3 |
2000, 2001, 2002, 2003, 2004, 2007, 2008 |
2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009 |
| 4 |
Free Software Foundation, Inc. |
Free Software Foundation, Inc. |
| 5 |
Original version by Per Bothner. |
Original version by Per Bothner. |
| 6 |
Full support added by Ian Lance Taylor, ian@cygnus.com. |
Full support added by Ian Lance Taylor, ian@cygnus.com. |
| 1312 |
(unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */ |
(unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */ |
| 1313 |
mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out, |
mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out, |
| 1314 |
mips_ecoff_swap_scnhdr_out, |
mips_ecoff_swap_scnhdr_out, |
| 1315 |
FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, FALSE, 4, FALSE, 2, |
FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, |
| 1316 |
|
ECOFF_NO_LONG_SECTION_NAMES, 4, FALSE, 2, |
| 1317 |
mips_ecoff_swap_filehdr_in, mips_ecoff_swap_aouthdr_in, |
mips_ecoff_swap_filehdr_in, mips_ecoff_swap_aouthdr_in, |
| 1318 |
mips_ecoff_swap_scnhdr_in, NULL, |
mips_ecoff_swap_scnhdr_in, NULL, |
| 1319 |
mips_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook, |
mips_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook, |
| 1417 |
#define _bfd_ecoff_bfd_discard_group bfd_generic_discard_group |
#define _bfd_ecoff_bfd_discard_group bfd_generic_discard_group |
| 1418 |
#define _bfd_ecoff_section_already_linked \ |
#define _bfd_ecoff_section_already_linked \ |
| 1419 |
_bfd_generic_section_already_linked |
_bfd_generic_section_already_linked |
| 1420 |
|
#define _bfd_ecoff_bfd_define_common_symbol bfd_generic_define_common_symbol |
| 1421 |
|
|
| 1422 |
extern const bfd_target ecoff_big_vec; |
extern const bfd_target ecoff_big_vec; |
| 1423 |
|
|
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.21 |
|
|
| |