diff options
author | Dale Johannesen <dalej@apple.com> | 2004-08-03 18:23:35 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@gcc.gnu.org> | 2004-08-03 18:23:35 +0000 |
commit | d974312d077aeccd53b6a042d40f6e1789b6efb7 (patch) | |
tree | 264e60950e1d973eccc0c1f4c8b76eb09c4d8306 /gcc/tree.h | |
parent | 8e9031ec4da9923e18540f5b902e50fad27af977 (diff) | |
download | gcc-d974312d077aeccd53b6a042d40f6e1789b6efb7.zip gcc-d974312d077aeccd53b6a042d40f6e1789b6efb7.tar.gz gcc-d974312d077aeccd53b6a042d40f6e1789b6efb7.tar.bz2 |
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/tree.h')
-rw-r--r-- | gcc/tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3318,11 +3318,6 @@ extern GTY(()) tree current_function_decl; /* Nonzero means a FUNC_BEGIN label was emitted. */ extern GTY(()) 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. */ - -extern GTY(()) tree current_file_decl; /* In tree.c */ extern unsigned crc32_string (unsigned, const char *); |