* crtstuff.c: Remove declaration of _Jv_RegisterClasses.
From-SVN: r260980
This commit is contained in:
parent
d72a3672c5
commit
bbdf026f43
@ -1,3 +1,7 @@
|
||||
2018-05-30 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
|
||||
|
||||
* crtstuff.c: Remove declaration of _Jv_RegisterClasses.
|
||||
|
||||
2018-05-29 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR gcov-profile/85759
|
||||
|
@ -188,9 +188,6 @@ extern void *__deregister_frame_info_bases (const void *)
|
||||
TARGET_ATTRIBUTE_WEAK;
|
||||
extern void __do_global_ctors_1 (void);
|
||||
|
||||
/* Likewise for _Jv_RegisterClasses. */
|
||||
extern void _Jv_RegisterClasses (void *) TARGET_ATTRIBUTE_WEAK;
|
||||
|
||||
/* Likewise for transactional memory clone tables. */
|
||||
extern void _ITM_registerTMCloneTable (void *, size_t) TARGET_ATTRIBUTE_WEAK;
|
||||
extern void _ITM_deregisterTMCloneTable (void *) TARGET_ATTRIBUTE_WEAK;
|
||||
|
Loading…
Reference in New Issue
Block a user