source:
branches/ffigen-linuxarm/source/gcc-4.1.0-toplev.c.diff@
75
| Last change on this file since 75 was 71, checked in by , 14 years ago | |
|---|---|
| File size: 1.7 KB | |
-
toplev.c
old new 983 983 init_cgraph (); 984 984 init_final (main_input_filename); 985 985 coverage_init (aux_base_name); 986 if (flag_syntax_only) 987 ffi_init (asm_out_file, main_input_filename); 986 988 987 989 timevar_push (TV_PARSE); 988 990 … … 1122 1124 #ifndef __VERSION__ 1123 1125 #define __VERSION__ "[?]" 1124 1126 #endif 1125 fprintf (file, 1126 file == stderr ? _(fmt1) : fmt1, 1127 indent, *indent != 0 ? " " : "", 1128 lang_hooks.name, version_string, TARGET_NAME, 1129 indent, __VERSION__); 1130 fprintf (file, 1131 file == stderr ? _(fmt2) : fmt2, 1132 indent, *indent != 0 ? " " : "", 1133 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1127 if (flag_syntax_only) 1128 print_ffi_version (file, indent); 1129 else { 1130 fprintf (file, 1131 file == stderr ? _(fmt1) : fmt1, 1132 indent, *indent != 0 ? " " : "", 1133 lang_hooks.name, version_string, TARGET_NAME, 1134 indent, __VERSION__); 1135 fprintf (file, 1136 file == stderr ? _(fmt2) : fmt2, 1137 indent, *indent != 0 ? " " : "", 1138 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1139 } 1134 1140 } 1135 1141 1136 1142 /* Print an option value and return the adjusted position in the line. … … 1840 1846 input_filename = "<built-in>"; 1841 1847 input_line = 0; 1842 1848 #endif 1849 if (flag_syntax_only) 1850 ffi_early_init (); 1843 1851 if (lang_hooks.init () == 0) 1844 1852 return 0; 1845 1853 input_location = save_loc; … … 1932 1940 1933 1941 process_options (); 1934 1942 1943 1944 if (no_backend && flag_syntax_only) { 1945 errorcount++; 1946 } 1947 1948 1935 1949 /* Don't do any more if an error has already occurred. */ 1936 1950 if (!errorcount) 1937 1951 {
Note:
See TracBrowser
for help on using the repository browser.
