mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 22:45:44 +08:00
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:
parent
d35543c0dd
commit
cebebe72b1
@ -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>
|
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,
|
|||||||
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. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user