source:
branches/ffigen-apple-gcc-5646/ffigen4/source/gcc-5646-toplev.c.diff@
71
| Last change on this file since 71 was 67, checked in by , 15 years ago | |
|---|---|
| File size: 1.1 KB | |
-
toplev.c
old new 1094 1094 init_cgraph (); 1095 1095 init_final (main_input_filename); 1096 1096 coverage_init (aux_base_name); 1097 if (flag_syntax_only) 1098 ffi_init (asm_out_file, main_input_filename); 1097 1099 1098 1100 timevar_push (TV_PARSE); 1099 1101 … … 1241 1243 indent, *indent != 0 ? " " : "", 1242 1244 lang_hooks.name, version_string, TARGET_NAME, 1243 1245 indent, __VERSION__); 1244 fprintf (file, 1245 file == stderr ? _(fmt2) : fmt2, 1246 indent, *indent != 0 ? " " : "", 1247 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1246 if (flag_syntax_only) 1247 print_ffi_version (file, indent); 1248 else 1249 fprintf (file, 1250 file == stderr ? _(fmt2) : fmt2, 1251 indent, *indent != 0 ? " " : "", 1252 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1248 1253 } 1249 1254 1250 1255 /* Print an option value and return the adjusted position in the line. … … 2069 2074 #endif 2070 2075 if (lang_hooks.init () == 0) 2071 2076 return 0; 2077 if (flag_syntax_only) 2078 ffi_early_init (); 2072 2079 input_location = save_loc; 2073 2080 2074 2081 init_asm_output (name);
Note:
See TracBrowser
for help on using the repository browser.
