Changeset 728


Ignore:
Timestamp:
Sep 25, 2003, 8:52:45 PM (22 years ago)
Author:
bird
Message:

Disabled most of the 3.3.1 code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/dbxout.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r727 r728  
    310310static void print_wide_int              PARAMS ((HOST_WIDE_INT));
    311311static void dbxout_type_name            PARAMS ((tree));
    312 static void dbxout_class_name_qualifiers PARAMS ((tree)); /* bird: from 3.3.1 */
     312#if 0 /* bird: from 3.3.1 */
     313static void dbxout_class_name_qualifiers PARAMS ((tree));
     314#endif
    313315static int dbxout_symbol_location       PARAMS ((tree, tree, const char *, rtx));
    314316static void dbxout_symbol_name          PARAMS ((tree, const char *, int));
     
    19021904}
    19031905
    1904 /* bird: from 3.3.1: */
     1906#if 0 /* bird: from 3.3.1: */
    19051907/* Output leading leading struct or class names needed for qualifying
    19061908   type whose scope is limited to a struct or class.  */
     
    19291931    }
    19301932}
     1933#endif
    19311934
    19321935
     
    20712074              }
    20722075
    2073 #if 1  /* bird: from 3.3.1 */
     2076#if 0  /* bird: from 3.3.1 */
    20742077            /* Output .stabs (or whatever) and leading double quote.  */
    20752078            fprintf (asmfile, "%s\"", ASM_STABS_OP);
Note: See TracChangeset for help on using the changeset viewer.