Commit 00ca716b by Alan Modra Committed by Alan Modra

* var-tracking.c (frame_base_decl): Remove useless GTY.

From-SVN: r81000
parent e4463bf1
2004-04-22 Alan Modra <amodra@bigpond.net.au>
* var-tracking.c (frame_base_decl): Remove useless GTY.
2004-04-21 Aldy Hernandez <aldyh@redhat.com> 2004-04-21 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_override_options): Error when * config/rs6000/rs6000.c (rs6000_override_options): Error when
......
...@@ -265,7 +265,7 @@ static htab_t changed_variables; ...@@ -265,7 +265,7 @@ static htab_t changed_variables;
static bool emit_notes; static bool emit_notes;
/* Fake variable for stack pointer. */ /* Fake variable for stack pointer. */
GTY(()) tree frame_base_decl; tree frame_base_decl;
/* Local function prototypes. */ /* Local function prototypes. */
static void stack_adjust_offset_pre_post (rtx, HOST_WIDE_INT *, static void stack_adjust_offset_pre_post (rtx, HOST_WIDE_INT *,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment