Deleted Added
full compact
ecoff.c (251227) ecoff.c (275718)
1/* Generic ECOFF (Extended-COFF) routines.
2 Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4 Original version by Per Bothner.
5 Full support added by Ian Lance Taylor, ian@cygnus.com.
6
7 This file is part of BFD, the Binary File Descriptor library.
8

--- 44 unchanged lines hidden (view full) ---

53static asection bfd_debug_section =
54{
55 /* name, id, index, next, prev, flags, user_set_vma, */
56 "*DEBUG*", 0, 0, NULL, NULL, 0, 0,
57 /* linker_mark, linker_has_input, gc_mark, gc_mark_from_eh, */
58 0, 0, 1, 0,
59 /* segment_mark, sec_info_type, use_rela_p, has_tls_reloc, */
60 0, 0, 0, 0,
1/* Generic ECOFF (Extended-COFF) routines.
2 Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4 Original version by Per Bothner.
5 Full support added by Ian Lance Taylor, ian@cygnus.com.
6
7 This file is part of BFD, the Binary File Descriptor library.
8

--- 44 unchanged lines hidden (view full) ---

53static asection bfd_debug_section =
54{
55 /* name, id, index, next, prev, flags, user_set_vma, */
56 "*DEBUG*", 0, 0, NULL, NULL, 0, 0,
57 /* linker_mark, linker_has_input, gc_mark, gc_mark_from_eh, */
58 0, 0, 1, 0,
59 /* segment_mark, sec_info_type, use_rela_p, has_tls_reloc, */
60 0, 0, 0, 0,
61 /* has_gp_reloc, need_finalize_relax, reloc_done, */
62 0, 0, 0,
63 /* vma, lma, size, rawsize, */
64 0, 0, 0, 0,
61 /* has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, */
62 0, 0, 0,
63 /* reloc_done, vma, lma, size, rawsize, */
64 0, 0, 0, 0, 0,
65 /* output_offset, output_section, alignment_power, */
66 0, NULL, 0,
67 /* relocation, orelocation, reloc_count, filepos, rel_filepos, */
68 NULL, NULL, 0, 0, 0,
69 /* line_filepos, userdata, contents, lineno, lineno_count, */
70 0, NULL, NULL, NULL, 0,
71 /* entsize, kept_section, moving_line_filepos, */
72 0, NULL, 0,

--- 4562 unchanged lines hidden ---
65 /* output_offset, output_section, alignment_power, */
66 0, NULL, 0,
67 /* relocation, orelocation, reloc_count, filepos, rel_filepos, */
68 NULL, NULL, 0, 0, 0,
69 /* line_filepos, userdata, contents, lineno, lineno_count, */
70 0, NULL, NULL, NULL, 0,
71 /* entsize, kept_section, moving_line_filepos, */
72 0, NULL, 0,

--- 4562 unchanged lines hidden ---