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
c4124c29
Commit
c4124c29
authored
Mar 20, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIB2FUNCS): Add __dummy.
From-SVN: r11575
parent
2e06e616
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/Makefile.in
+3
-3
No files found.
gcc/Makefile.in
View file @
c4124c29
...
@@ -576,9 +576,9 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
...
@@ -576,9 +576,9 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi
\
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi
\
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi
\
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi
\
_fixtfdi _fixunstfdi _floatditf
\
_fixtfdi _fixunstfdi _floatditf
\
__gcc_bcmp _varargs _
eprintf _op_new _op_vnew _new_handler _op_delete
\
__gcc_bcmp _varargs _
_dummy _eprintf _op_new _op_vnew _new_handler
\
_op_
vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh
\
_op_
delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit
\
_pure
_
ctors _eh _
pure
# The files that "belong" in CONFIG_H are deliberately omitted
# The files that "belong" in CONFIG_H are deliberately omitted
# because having them there would not be useful in actual practice.
# because having them there would not be useful in actual practice.
...
...
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