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
43100b14
Commit
43100b14
authored
Mar 08, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r419
parent
2758481d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/config/m68k/t-next
+1
-1
gcc/tree.h
+4
-0
No files found.
gcc/config/m68k/t-next
View file @
43100b14
# libgcc1.c is not needed, since the standard library has these functions.
# libgcc1.c is not needed, since the standard library has these functions.
LIBGCC=
LIBGCC
1
=
gcc/tree.h
View file @
43100b14
...
@@ -911,6 +911,10 @@ extern tree build_unary_op ();
...
@@ -911,6 +911,10 @@ extern tree build_unary_op ();
extern
tree
build_type_variant
();
extern
tree
build_type_variant
();
/* Make a copy of a type node. */
extern
tree
build_type_copy
();
/* Return the mode for data of a given size SIZE and mode class CLASS.
/* Return the mode for data of a given size SIZE and mode class CLASS.
If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
The value is BLKmode if no other mode is found. */
The value is BLKmode if no other mode is found. */
...
...
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