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
91db4a92
Commit
91db4a92
authored
Aug 22, 2001
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Aug 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* builtins.c (type_to_class): Fix typo in last change.
From-SVN: r45092
parent
209218a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/builtins.c
+1
-1
No files found.
gcc/ChangeLog
View file @
91db4a92
2001
-
08
-
21
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
builtins
.
c
(
type_to_class
)
:
Fix
typo
in
last
change
.
2001
-
08
-
21
Richard
Henderson
<
rth
@redhat
.
com
>
2001
-
08
-
21
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
ia64
/
sysv4
.
h
(
ASM_OUTPUT_LABELREF
)
:
Don
'
t
emit
'#'
if
*
config
/
ia64
/
sysv4
.
h
(
ASM_OUTPUT_LABELREF
)
:
Don
'
t
emit
'#'
if
...
...
gcc/builtins.c
View file @
91db4a92
...
@@ -91,7 +91,7 @@ static rtx expand_builtin_apply_args PARAMS ((void));
...
@@ -91,7 +91,7 @@ static rtx expand_builtin_apply_args PARAMS ((void));
static
rtx
expand_builtin_apply_args_1
PARAMS
((
void
));
static
rtx
expand_builtin_apply_args_1
PARAMS
((
void
));
static
rtx
expand_builtin_apply
PARAMS
((
rtx
,
rtx
,
rtx
));
static
rtx
expand_builtin_apply
PARAMS
((
rtx
,
rtx
,
rtx
));
static
void
expand_builtin_return
PARAMS
((
rtx
));
static
void
expand_builtin_return
PARAMS
((
rtx
));
static
int
type_to_class
PARAMS
((
tree
));
static
enum
type_class
type_to_class
PARAMS
((
tree
));
static
rtx
expand_builtin_classify_type
PARAMS
((
tree
));
static
rtx
expand_builtin_classify_type
PARAMS
((
tree
));
static
rtx
expand_builtin_mathfn
PARAMS
((
tree
,
rtx
,
rtx
));
static
rtx
expand_builtin_mathfn
PARAMS
((
tree
,
rtx
,
rtx
));
static
rtx
expand_builtin_constant_p
PARAMS
((
tree
));
static
rtx
expand_builtin_constant_p
PARAMS
((
tree
));
...
...
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