Commit 05ac140e by Ulrich Weigand Committed by Ulrich Weigand

tree.h (frame_base_decl): Add GTY marker.

	* tree.h (frame_base_decl): Add GTY marker.
	* var-tracking.c (frame_base_decl): Likewise.

From-SVN: r77671
parent 31d25d83
2004-02-11 Ulrich Weigand <uweigand@de.ibm.com>
* tree.h (frame_base_decl): Add GTY marker.
* var-tracking.c (frame_base_decl): Likewise.
2004-02-11 Daniel Berlin <dberlin@dberlin.org> 2004-02-11 Daniel Berlin <dberlin@dberlin.org>
* dwarf2out.c (output_loc_list): Remove no longer necessary, and now * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
......
...@@ -2053,7 +2053,7 @@ enum ptrmemfunc_vbit_where_t ...@@ -2053,7 +2053,7 @@ enum ptrmemfunc_vbit_where_t
#define NULL_TREE (tree) NULL #define NULL_TREE (tree) NULL
extern tree frame_base_decl; extern GTY(()) tree frame_base_decl;
extern tree decl_assembler_name (tree); extern tree decl_assembler_name (tree);
/* Compute the number of bytes occupied by 'node'. This routine only /* Compute the number of bytes occupied by 'node'. This routine only
......
...@@ -262,7 +262,7 @@ static htab_t changed_variables; ...@@ -262,7 +262,7 @@ static htab_t changed_variables;
static bool emit_notes; static bool emit_notes;
/* Fake variable for stack pointer. */ /* Fake variable for stack pointer. */
tree frame_base_decl; GTY(()) 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