diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 10cd763..19d742a 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -143,7 +143,9 @@ finish_file () extern tree static_dtors; #endif extern tree build_function_call PROTO((tree, tree)); +#if !defined(ASM_OUTPUT_CONSTRUCTOR) || !defined(ASM_OUTPUT_DESTRUCTOR) tree void_list_node = build_tree_list (NULL_TREE, void_type_node); +#endif #ifndef ASM_OUTPUT_CONSTRUCTOR if (static_ctors) { |