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
d779d0dc
Commit
d779d0dc
authored
Sep 13, 2003
by
Dale Johannesen
Committed by
Dale Johannesen
Sep 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in previous.
From-SVN: r71351
parent
185c3caa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+3
-0
gcc/config/rs6000/rs6000.c
+2
-2
No files found.
gcc/ChangeLog
View file @
d779d0dc
2003-09-12 Dale Johannesen <dalej@apple.com>
* config/rs6000/rs6000.c: Fix typos in previous.
2003-09-12 Ziemowit Laski <zlaski@apple.com>
2003-09-12 Ziemowit Laski <zlaski@apple.com>
* pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
* pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
...
...
gcc/config/rs6000/rs6000.c
View file @
d779d0dc
...
@@ -498,7 +498,7 @@ struct gcc_target targetm = TARGET_INITIALIZER;
...
@@ -498,7 +498,7 @@ struct gcc_target targetm = TARGET_INITIALIZER;
type and sometimes adjust other TARGET_ options. */
type and sometimes adjust other TARGET_ options. */
void
void
rs6000_override_options
(
const
char
*
default_cpu
)
;
rs6000_override_options
(
const
char
*
default_cpu
)
{
{
size_t
i
,
j
;
size_t
i
,
j
;
struct
rs6000_cpu_select
*
ptr
;
struct
rs6000_cpu_select
*
ptr
;
...
@@ -3977,7 +3977,7 @@ function_arg_partial_nregs (CUMULATIVE_ARGS *cum, enum machine_mode mode,
...
@@ -3977,7 +3977,7 @@ function_arg_partial_nregs (CUMULATIVE_ARGS *cum, enum machine_mode mode,
int
int
function_arg_pass_by_reference
(
CUMULATIVE_ARGS
*
cum
ATTRIBUTE_UNUSED
,
function_arg_pass_by_reference
(
CUMULATIVE_ARGS
*
cum
ATTRIBUTE_UNUSED
,
enum
machine_mode
mode
ATTRIBUTE_UNUSED
,
enum
machine_mode
mode
ATTRIBUTE_UNUSED
,
'
tree
type
,
int
named
ATTRIBUTE_UNUSED
)
tree
type
,
int
named
ATTRIBUTE_UNUSED
)
{
{
if
(
DEFAULT_ABI
==
ABI_V4
if
(
DEFAULT_ABI
==
ABI_V4
&&
((
type
&&
AGGREGATE_TYPE_P
(
type
))
&&
((
type
&&
AGGREGATE_TYPE_P
(
type
))
...
...
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