source:
branches/ffigen-apple-gcc-6465/ffigen4/source/gcc-5465-toplev.c.diff@
65
| Last change on this file since 65 was 55, checked in by , 16 years ago | |
|---|---|
| File size: 1.2 KB | |
-
toplev.c
1081 1081 init_cgraph (); 1082 1082 init_final (main_input_filename); 1083 1083 coverage_init (aux_base_name); 1084 if (flag_syntax_only) 1085 ffi_init (asm_out_file, main_input_filename); 1084 1086 1085 1087 timevar_push (TV_PARSE); 1086 1088 … … 1346 1348 , indent, *indent != 0 ? " " : "", 1347 1349 lang_hooks.name, version_string, TARGET_NAME, 1348 1350 indent, __VERSION__); 1349 fnotice (file, "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n", 1350 indent, *indent != 0 ? " " : "", 1351 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1351 if (flag_syntax_only) 1352 print_ffi_version (file, indent); 1353 else 1354 fnotice (file, "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n", 1355 indent, *indent != 0 ? " " : "", 1356 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1352 1357 } 1353 1358 1354 1359 /* Print an option value and return the adjusted position in the line. … … 2214 2219 input_filename = "<built-in>"; 2215 2220 input_line = 0; 2216 2221 #endif 2222 if (flag_syntax_only) 2223 ffi_early_init (); 2217 2224 if (lang_hooks.init () == 0) 2218 2225 return 0; 2219 2226 input_location = save_loc;
Note:
See TracBrowser
for help on using the repository browser.
