From d974312d077aeccd53b6a042d40f6e1789b6efb7 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 3 Aug 2004 18:23:35 +0000 Subject: rs6000.c (machopic_output_stub): Align Darwin stubs. 2004-08-03 Dale Johannesen * config/rs6000/rs6000.c (machopic_output_stub): Align Darwin stubs. * c-common.c: Include opts.h. (c_common_get_alias_set): Fix check for a single input file. * toplev.c: Remove current_file_decl. * tree.h: Ditto. From-SVN: r85492 --- gcc/toplev.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index f0c18cb..5df0155 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -225,11 +225,6 @@ tree current_function_decl; if none. */ tree current_function_func_begin_label; -/* A DECL for the current file-scope context. When using IMA, this heads a - chain of FILE_DECLs; currently only C uses it. */ - -tree current_file_decl; - /* Temporarily suppress certain warnings. This is set while reading code from a system header file. */ -- cgit v1.1