Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bbdf026f
Commit
bbdf026f
authored
May 31, 2018
by
Rasmus Villemoes
Committed by
Jeff Law
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* crtstuff.c: Remove declaration of _Jv_RegisterClasses.
From-SVN: r260980
parent
d72a3672
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
libgcc/ChangeLog
+4
-0
libgcc/crtstuff.c
+0
-3
No files found.
libgcc/ChangeLog
View file @
bbdf026f
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
...
...
libgcc/crtstuff.c
View file @
bbdf026f
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment