Changeset 728
- Timestamp:
- Sep 25, 2003, 8:52:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/dbxout.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r727 r728 310 310 static void print_wide_int PARAMS ((HOST_WIDE_INT)); 311 311 static 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 */ 313 static void dbxout_class_name_qualifiers PARAMS ((tree)); 314 #endif 313 315 static int dbxout_symbol_location PARAMS ((tree, tree, const char *, rtx)); 314 316 static void dbxout_symbol_name PARAMS ((tree, const char *, int)); … … 1902 1904 } 1903 1905 1904 /* bird: from 3.3.1: */1906 #if 0 /* bird: from 3.3.1: */ 1905 1907 /* Output leading leading struct or class names needed for qualifying 1906 1908 type whose scope is limited to a struct or class. */ … … 1929 1931 } 1930 1932 } 1933 #endif 1931 1934 1932 1935 … … 2071 2074 } 2072 2075 2073 #if 1/* bird: from 3.3.1 */2076 #if 0 /* bird: from 3.3.1 */ 2074 2077 /* Output .stabs (or whatever) and leading double quote. */ 2075 2078 fprintf (asmfile, "%s\"", ASM_STABS_OP); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.