mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 02:50:29 +08:00
* var-tracking.c (frame_base_decl): Remove useless GTY.
From-SVN: r81000
This commit is contained in:
parent
e4463bf10c
commit
00ca716bb3
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_override_options): Error when
|
||||
|
@ -265,7 +265,7 @@ static htab_t changed_variables;
|
||||
static bool emit_notes;
|
||||
|
||||
/* Fake variable for stack pointer. */
|
||||
GTY(()) tree frame_base_decl;
|
||||
tree frame_base_decl;
|
||||
|
||||
/* Local function prototypes. */
|
||||
static void stack_adjust_offset_pre_post (rtx, HOST_WIDE_INT *,
|
||||
|
Loading…
x
Reference in New Issue
Block a user