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
d6a1d39a
Commit
d6a1d39a
authored
Sep 21, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/vax/vax-protos.h: Convert to ISO C90.
From-SVN: r71632
parent
0d92b0e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
gcc/ChangeLog
+1
-0
gcc/config/vax/vax-protos.h
+6
-6
No files found.
gcc/ChangeLog
View file @
d6a1d39a
2003-09-21 Nathanael Nerode <neroden@gcc.gnu.org>
* config/vax/vax-protos.h: Convert to ISO C90.
* config/vax/vax.c: Convert to ISO C90.
2003-09-21 Graham Stott <grahams@btinternet.com>
...
...
gcc/config/vax/vax-protos.h
View file @
d6a1d39a
...
...
@@ -18,16 +18,16 @@ along with GCC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
extern
void
override_options
PARAMS
((
void
)
);
extern
void
override_options
(
void
);
#ifdef RTX_CODE
extern
const
char
*
rev_cond_name
PARAMS
((
rtx
)
);
extern
void
split_quadword_operands
PARAMS
((
rtx
*
,
rtx
*
,
int
)
);
extern
void
print_operand_address
PARAMS
((
FILE
*
,
rtx
)
);
extern
int
vax_float_literal
PARAMS
((
rtx
)
);
extern
const
char
*
rev_cond_name
(
rtx
);
extern
void
split_quadword_operands
(
rtx
*
,
rtx
*
,
int
);
extern
void
print_operand_address
(
FILE
*
,
rtx
);
extern
int
vax_float_literal
(
rtx
);
#endif
/* RTX_CODE */
#ifdef REAL_VALUE_TYPE
extern
int
check_float_value
PARAMS
((
enum
machine_mode
,
REAL_VALUE_TYPE
*
,
int
)
);
extern
int
check_float_value
(
enum
machine_mode
,
REAL_VALUE_TYPE
*
,
int
);
#endif
/* REAL_VALUE_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