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
4505024e
Commit
4505024e
authored
Feb 05, 2002
by
Andreas Jaeger
Committed by
Andreas Jaeger
Feb 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* crtstuff.c: Fix comments.
From-SVN: r49522
parent
2e279a9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/crtstuff.c
+3
-3
No files found.
gcc/ChangeLog
View file @
4505024e
2002-02-05 Andreas Jaeger <aj@suse.de>
* crtstuff.c: Fix comments.
2002-02-05 Richard Henderson <rth@redhat.com>
PR fortran/3393
...
...
gcc/crtstuff.c
View file @
4505024e
...
...
@@ -316,7 +316,7 @@ frame_dummy (void)
if
(
__register_frame_info
)
__register_frame_info
(
__EH_FRAME_BEGIN__
,
&
object
);
#endif
#endif
/*
EH_FRAME_SECTION_NAME
*/
#endif
/*
USE_EH_FRAME_REGISTRY
*/
#ifdef JCR_SECTION_NAME
if
(
__JCR_LIST__
[
0
]
&&
_Jv_RegisterClasses
)
_Jv_RegisterClasses
(
__JCR_LIST__
);
...
...
@@ -324,7 +324,7 @@ frame_dummy (void)
}
CRT_CALL_STATIC_FUNCTION
(
INIT_SECTION_ASM_OP
,
frame_dummy
)
#endif
/*
EH_FRAME_SECTION_NAME
|| JCR_SECTION_NAME */
#endif
/*
USE_EH_FRAME_REGISTRY
|| JCR_SECTION_NAME */
#else
/* OBJECT_FORMAT_ELF */
...
...
@@ -413,7 +413,7 @@ __do_global_ctors_1(void)
_Jv_RegisterClasses
(
__JCR_LIST__
);
#endif
}
#endif
/*
EH_FRAME_SECTION_NAME
|| JCR_SECTION_NAME */
#endif
/*
USE_EH_FRAME_REGISTRY
|| JCR_SECTION_NAME */
#else
/* ! INIT_SECTION_ASM_OP && ! HAS_INIT_SECTION */
#error "What are you doing with crtstuff.c, then?"
...
...
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