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
ece0fc8d
Commit
ece0fc8d
authored
Jun 25, 2000
by
Michael Hayes
Committed by
Michael Hayes
Jun 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mklibgcc.in (LIB2FUNCS): Add missing space.
From-SVN: r34699
parent
ae4a4c88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/mklibgcc.in
+1
-1
No files found.
gcc/ChangeLog
View file @
ece0fc8d
2000-06-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* mklibgcc.in (LIB2FUNCS): Add missing space.
2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
* tree.h (enum tree_index): Add vector type nodes.
* tree.h (enum tree_index): Add vector type nodes.
...
...
gcc/mklibgcc.in
View file @
ece0fc8d
...
@@ -101,7 +101,7 @@ case X"$LIBGCC1" in
...
@@ -101,7 +101,7 @@ case X"$LIBGCC1" in
# Remove any objects from LIB2FUNCS that are defined as optimized
# Remove any objects from LIB2FUNCS that are defined as optimized
# assembly code in LIB1ASMFUNCS.
# assembly code in LIB1ASMFUNCS.
LIB2FUNCS
=
`
echo
$LIB2FUNCS
| sed
-e
's/^'
$name
' //'
\
LIB2FUNCS
=
`
echo
$LIB2FUNCS
| sed
-e
's/^'
$name
' //'
\
-e
's/ '
$name
' //'
\
-e
's/ '
$name
' /
/'
\
-e
's/ '
$name
'$//'
`
-e
's/ '
$name
'$//'
`
done
done
libgcc1_objs
=
"
$libgcc1_objs
${
name
}${
objext
}
"
libgcc1_objs
=
"
$libgcc1_objs
${
name
}${
objext
}
"
...
...
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