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
bfe655f9
Commit
bfe655f9
authored
Jul 17, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1617
parent
f3964bb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/Makefile.in
+1
-1
gcc/libgcc2.c
+1
-0
No files found.
gcc/Makefile.in
View file @
bfe655f9
...
@@ -588,7 +588,7 @@ libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS)
...
@@ -588,7 +588,7 @@ libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS)
fi
fi
libgcc2.a
:
libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA)
\
libgcc2.a
:
libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA)
\
longlong.h gbl-ctors.h config.status
machmode.h
longlong.h gbl-ctors.h config.status
# Actually build it in tmplibgcc2.a, then rename at end,
# Actually build it in tmplibgcc2.a, then rename at end,
# so that libgcc2.a itself remains nonexistent if compilation is aborted.
# so that libgcc2.a itself remains nonexistent if compilation is aborted.
-rm
-f
tmplibgcc2.a
-rm
-f
tmplibgcc2.a
...
...
gcc/libgcc2.c
View file @
bfe655f9
...
@@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
do not apply. */
do not apply. */
#include "tconfig.h"
#include "tconfig.h"
#include "machmode.h"
#ifndef L_trampoline
#ifndef L_trampoline
#include "gstddef.h"
#include "gstddef.h"
#endif
#endif
...
...
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