method.c (thunk_labelno): Move outside ifdef block to make garbage collector happy.

* method.c (thunk_labelno): Move outside ifdef block to make garbage
	collector happy.

From-SVN: r68419
This commit is contained in:
Jan Hubicka 2003-06-24 15:31:59 +02:00 committed by Jan Hubicka
parent d35543c0dd
commit cebebe72b1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 24 15:30:05 CEST 2003 Jan Hubicka <jh@suse.cz>
* method.c (thunk_labelno): Move outside ifdef block to make garbage
collector happy.
Tue Jun 24 13:52:34 CEST 2003 Jan Hubicka <jh@suse.cz>
* class.c (build_vtable): Make vtables.

View File

@ -354,8 +354,10 @@ thunk_adjust (tree ptr, bool this_adjusting,
return ptr;
}
#ifdef ASM_OUTPUT_DEF
/* Garbage collector tables contains thunk_labelno even when places
inside ifdef block. */
static GTY (()) int thunk_labelno;
#ifdef ASM_OUTPUT_DEF
/* Create a static alias to function. */