source:
trunk/ffigen4/source/gcc-4.0.0-passes.c.diff@
74
| Last change on this file since 74 was 74, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 655 bytes | |
-
passes.c
old new 98 98 #include "xcoffout.h" /* Needed for external data 99 99 declarations for e.g. AIX 4.x. */ 100 100 #endif 101 #include "ffigen.h" 101 102 102 103 #ifndef HAVE_conditional_execution 103 104 #define HAVE_conditional_execution 0 … … 255 256 /* Let cgraph know about the existance of variables. */ 256 257 if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl)) 257 258 cgraph_varpool_node (decl); 259 260 if (flag_syntax_only) 261 ffi_rest_of_decl_compilation (decl, top_level, at_end); 258 262 } 259 263 260 264 /* Called after finishing a record, union or enumeral type. */
Note:
See TracBrowser
for help on using the repository browser.
