Deleted Added
full compact
darwin.h (259947) darwin.h (260395)
1/* Target definitions for Darwin (Mac OS X) systems.
2 Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004,
3 2005
4 Free Software Foundation, Inc.
5 Contributed by Apple Computer Inc.
6
7This file is part of GCC.
8

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

396#define DEBUG_FRAME_SECTION "__DWARF,__debug_frame,regular,debug"
397#define DEBUG_INFO_SECTION "__DWARF,__debug_info,regular,debug"
398#define DEBUG_ABBREV_SECTION "__DWARF,__debug_abbrev,regular,debug"
399#define DEBUG_ARANGES_SECTION "__DWARF,__debug_aranges,regular,debug"
400#define DEBUG_MACINFO_SECTION "__DWARF,__debug_macinfo,regular,debug"
401#define DEBUG_LINE_SECTION "__DWARF,__debug_line,regular,debug"
402#define DEBUG_LOC_SECTION "__DWARF,__debug_loc,regular,debug"
403#define DEBUG_PUBNAMES_SECTION "__DWARF,__debug_pubnames,regular,debug"
1/* Target definitions for Darwin (Mac OS X) systems.
2 Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004,
3 2005
4 Free Software Foundation, Inc.
5 Contributed by Apple Computer Inc.
6
7This file is part of GCC.
8

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

396#define DEBUG_FRAME_SECTION "__DWARF,__debug_frame,regular,debug"
397#define DEBUG_INFO_SECTION "__DWARF,__debug_info,regular,debug"
398#define DEBUG_ABBREV_SECTION "__DWARF,__debug_abbrev,regular,debug"
399#define DEBUG_ARANGES_SECTION "__DWARF,__debug_aranges,regular,debug"
400#define DEBUG_MACINFO_SECTION "__DWARF,__debug_macinfo,regular,debug"
401#define DEBUG_LINE_SECTION "__DWARF,__debug_line,regular,debug"
402#define DEBUG_LOC_SECTION "__DWARF,__debug_loc,regular,debug"
403#define DEBUG_PUBNAMES_SECTION "__DWARF,__debug_pubnames,regular,debug"
404#define DEBUG_PUBTYPES_SECTION "__DWARF,__debug_pubtypes,regular,debug"
404#define DEBUG_STR_SECTION "__DWARF,__debug_str,regular,debug"
405#define DEBUG_RANGES_SECTION "__DWARF,__debug_ranges,regular,debug"
406
407/* When generating stabs debugging, use N_BINCL entries. */
408
409#define DBX_USE_BINCL
410
411/* There is no limit to the length of stabs strings. */

--- 556 unchanged lines hidden ---
405#define DEBUG_STR_SECTION "__DWARF,__debug_str,regular,debug"
406#define DEBUG_RANGES_SECTION "__DWARF,__debug_ranges,regular,debug"
407
408/* When generating stabs debugging, use N_BINCL entries. */
409
410#define DBX_USE_BINCL
411
412/* There is no limit to the length of stabs strings. */

--- 556 unchanged lines hidden ---