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
8b0add27
Commit
8b0add27
authored
Sep 30, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.c: Follow spelling conventions.
From-SVN: r88333
parent
282efe1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.c
+2
-2
No files found.
gcc/ChangeLog
View file @
8b0add27
2004
-
09
-
30
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
config
/
sh
/
sh
.
c
:
Follow
spelling
conventions
.
2004
-
09
-
29
Richard
Henderson
<
rth
@
redhat
.
com
>
2004
-
09
-
29
Richard
Henderson
<
rth
@
redhat
.
com
>
*
unwind
-
dw2
.
c
(
_Unwind_GetGR
):
Honor
DWARF_ZERO_REG
.
*
unwind
-
dw2
.
c
(
_Unwind_GetGR
):
Honor
DWARF_ZERO_REG
.
...
...
gcc/config/sh/sh.c
View file @
8b0add27
...
@@ -10036,7 +10036,7 @@ sh_fsca_int2sf (void)
...
@@ -10036,7 +10036,7 @@ sh_fsca_int2sf (void)
return
sh_fsca_int2sf_rtx
;
return
sh_fsca_int2sf_rtx
;
}
}
/* Initiali
s
e the CUMULATIVE_ARGS structure. */
/* Initiali
z
e the CUMULATIVE_ARGS structure. */
void
void
sh_init_cumulative_args
(
CUMULATIVE_ARGS
*
pcum
,
sh_init_cumulative_args
(
CUMULATIVE_ARGS
*
pcum
,
...
@@ -10090,7 +10090,7 @@ sh_init_cumulative_args (CUMULATIVE_ARGS * pcum,
...
@@ -10090,7 +10090,7 @@ sh_init_cumulative_args (CUMULATIVE_ARGS * pcum,
in memory then we must force the address of this memory
in memory then we must force the address of this memory
block onto the stack. Ideally we would like to call
block onto the stack. Ideally we would like to call
targetm.calls.return_in_memory() here but we do not have
targetm.calls.return_in_memory() here but we do not have
the TYPE or the FNDECL available so we synthesi
s
e the
the TYPE or the FNDECL available so we synthesi
z
e the
contents of that function as best we can. */
contents of that function as best we can. */
pcum
->
force_mem
=
pcum
->
force_mem
=
(
TARGET_DEFAULT
&
HITACHI_BIT
)
(
TARGET_DEFAULT
&
HITACHI_BIT
)
...
...
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