Browse Subversion Repository
Diff of /trunk/bfd/ecoff.c
Parent Directory
| Revision Log
| Patch
| 1 |
/* Generic ECOFF (Extended-COFF) routines. |
/* Generic ECOFF (Extended-COFF) routines. |
| 2 |
Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 3 |
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 |
|
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. |
| 7 |
|
|
| 60 |
0, 0, 1, |
0, 0, 1, |
| 61 |
/* segment_mark, sec_info_type, use_rela_p, has_tls_reloc, */ |
/* segment_mark, sec_info_type, use_rela_p, has_tls_reloc, */ |
| 62 |
0, 0, 0, 0, |
0, 0, 0, 0, |
| 63 |
/* has_gp_reloc, need_finalize_relax, reloc_done, */ |
/* has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, */ |
| 64 |
0, 0, 0, |
0, 0, 0, |
| 65 |
/* vma, lma, size, rawsize, */ |
/* reloc_done, vma, lma, size, rawsize, */ |
| 66 |
0, 0, 0, 0, |
0, 0, 0, 0, 0, |
| 67 |
/* output_offset, output_section, alignment_power, */ |
/* output_offset, output_section, alignment_power, */ |
| 68 |
0, NULL, 0, |
0, NULL, 0, |
| 69 |
/* relocation, orelocation, reloc_count, filepos, rel_filepos, */ |
/* relocation, orelocation, reloc_count, filepos, rel_filepos, */ |
| 234 |
return bfd_default_set_arch_mach (abfd, arch, mach); |
return bfd_default_set_arch_mach (abfd, arch, mach); |
| 235 |
} |
} |
| 236 |
|
|
| 237 |
|
bfd_boolean |
| 238 |
|
_bfd_ecoff_no_long_sections (abfd, enable) |
| 239 |
|
bfd *abfd; |
| 240 |
|
int enable; |
| 241 |
|
{ |
| 242 |
|
(void) abfd; |
| 243 |
|
(void) enable; |
| 244 |
|
return FALSE; |
| 245 |
|
} |
| 246 |
|
|
| 247 |
/* Get the magic number to use based on the architecture and machine. |
/* Get the magic number to use based on the architecture and machine. |
| 248 |
This is the inverse of _bfd_ecoff_set_arch_mach_hook, above. */ |
This is the inverse of _bfd_ecoff_set_arch_mach_hook, above. */ |
| 249 |
|
|
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.21 |
|
|
| |