Commit cebebe72 by Jan Hubicka Committed by Jan Hubicka

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
parent d35543c0
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> Tue Jun 24 13:52:34 CEST 2003 Jan Hubicka <jh@suse.cz>
* class.c (build_vtable): Make vtables. * class.c (build_vtable): Make vtables.
......
...@@ -354,8 +354,10 @@ thunk_adjust (tree ptr, bool this_adjusting, ...@@ -354,8 +354,10 @@ thunk_adjust (tree ptr, bool this_adjusting,
return ptr; return ptr;
} }
#ifdef ASM_OUTPUT_DEF /* Garbage collector tables contains thunk_labelno even when places
inside ifdef block. */
static GTY (()) int thunk_labelno; static GTY (()) int thunk_labelno;
#ifdef ASM_OUTPUT_DEF
/* Create a static alias to function. */ /* Create a static alias to function. */
......
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