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
099bd656
Commit
099bd656
authored
Jun 19, 2002
by
Nick Clifton
Committed by
Nick Clifton
Jun 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CUMULATIVE_ARGS): Replace typedef with #define.
From-SVN: r54779
parent
00cc20a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/d30v/d30v.h
+2
-2
No files found.
gcc/ChangeLog
View file @
099bd656
2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
* config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with
#define.
2002-06-19 Neil Booth <neil@daikokuya.co.uk>
2002-06-19 Neil Booth <neil@daikokuya.co.uk>
* cpphash.h (struct cpp_reader): Make date and time strings.
* cpphash.h (struct cpp_reader): Make date and time strings.
...
...
gcc/config/d30v/d30v.h
View file @
099bd656
...
@@ -1621,7 +1621,7 @@ typedef struct d30v_stack {
...
@@ -1621,7 +1621,7 @@ typedef struct d30v_stack {
on the stack, there is no need to store anything in `CUMULATIVE_ARGS';
on the stack, there is no need to store anything in `CUMULATIVE_ARGS';
however, the data structure must exist and should not be empty, so use
however, the data structure must exist and should not be empty, so use
`int'. */
`int'. */
typedef
int
CUMULATIVE_ARGS
;
#define CUMULATIVE_ARGS int
/* A C statement (sans semicolon) for initializing the variable CUM for the
/* A C statement (sans semicolon) for initializing the variable CUM for the
state at the beginning of the argument list. The variable has type
state at the beginning of the argument list. The variable has type
...
@@ -2677,7 +2677,7 @@ extern const char *d30v_branch_cost_string;
...
@@ -2677,7 +2677,7 @@ extern const char *d30v_branch_cost_string;
uninitialized global data will be output in the data section if
uninitialized global data will be output in the data section if
`-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be
`-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be
used. */
used. */
#define BSS_SECTION_ASM_OP "\t.bss"
#define BSS_SECTION_ASM_OP "\t.
section .
bss"
/* If defined, a C expression whose value is a string containing the
/* If defined, a C expression whose value is a string containing the
assembler operation to identify the following data as
assembler operation to identify the following data as
...
...
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