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
b6eb802a
Commit
b6eb802a
authored
Jan 27, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIB1FUNCS): Delete _lshlsi3.
(LIB2FUNCS): Delete _lshldi3. From-SVN: r8832
parent
a83106c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/Makefile.in
+2
-2
No files found.
gcc/Makefile.in
View file @
b6eb802a
...
...
@@ -506,7 +506,7 @@ STAGESTUFF = *.o insn-flags.h insn-config.h insn-codes.h \
# Members of libgcc1.a.
LIB1FUNCS
=
_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3
\
_lshrsi3 _
lshlsi3 _
ashrsi3 _ashlsi3
\
_lshrsi3 _ashrsi3 _ashlsi3
\
_divdf3 _muldf3 _negdf2 _adddf3 _subdf3
\
_fixdfsi _fixsfsi _floatsidf _floatsisf _truncdfsf2 _extendsfdf2
\
_addsf3 _negsf2 _subsf3 _mulsf3 _divsf3
\
...
...
@@ -515,7 +515,7 @@ LIB1FUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \
# Library members defined in libgcc2.c.
LIB2FUNCS
=
_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2
\
_lshrdi3 _
lshldi3 _
ashldi3 _ashrdi3 _ffsdi2
\
_lshrdi3 _ashldi3 _ashrdi3 _ffsdi2
\
_udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf
\
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi
\
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi
\
...
...
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