* crtstuff.c: Remove declaration of _Jv_RegisterClasses.

From-SVN: r260980
This commit is contained in:
Rasmus Villemoes 2018-05-31 01:21:48 +02:00 committed by Jeff Law
parent d72a3672c5
commit bbdf026f43
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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;