summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2004-08-03 18:23:35 +0000
committerDale Johannesen <dalej@gcc.gnu.org>2004-08-03 18:23:35 +0000
commitd974312d077aeccd53b6a042d40f6e1789b6efb7 (patch)
tree264e60950e1d973eccc0c1f4c8b76eb09c4d8306 /gcc/toplev.c
parent8e9031ec4da9923e18540f5b902e50fad27af977 (diff)
downloadgcc-d974312d077aeccd53b6a042d40f6e1789b6efb7.tar.gz
rs6000.c (machopic_output_stub): Align Darwin stubs.
2004-08-03 Dale Johannesen <dalej@apple.com> * 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
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index f0c18cb2e45..5df0155adc1 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. */