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
42f61866
Commit
42f61866
authored
26 years ago
by
Bernd Schmidt
Committed by
Jeff Law
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h: Don't declare any functions also declared in recog.h.
From-SVN: r22872
parent
5e2f657b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
39 deletions
+2
-39
gcc/ChangeLog
+2
-0
gcc/rtl.h
+0
-39
No files found.
gcc/ChangeLog
View file @
42f61866
...
...
@@ -23,6 +23,8 @@ Tue Oct 6 17:00:42 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Tue
Oct
6
01
:
36
:
00
1998
Bernd
Schmidt
<
crux
@Pool
.
Informatik
.
RWTH
-
Aachen
.
DE
>
*
rtl
.
h
:
Don
'
t
declare
any
functions
also
declared
in
recog
.
h
.
*
Makefile
.
in
(
stupid
.
o
)
:
Update
dependencies
.
(
global
.
o
)
:
Likewise
.
...
...
This diff is collapsed.
Click to expand it.
gcc/rtl.h
View file @
42f61866
...
...
@@ -1369,45 +1369,6 @@ extern void purge_addressof PROTO ((rtx));
/* In reload.c */
extern
int
operands_match_p
PROTO
((
rtx
,
rtx
));
extern
int
safe_from_earlyclobber
PROTO
((
rtx
,
rtx
));
extern
int
strict_memory_address_p
PROTO
((
enum
machine_mode
,
rtx
));
/* In recog.c */
extern
int
memory_address_p
PROTO
((
enum
machine_mode
,
rtx
));
extern
int
constrain_operands
PROTO
((
int
,
int
));
extern
int
mode_dependent_address_p
PROTO
((
rtx
));
extern
void
init_recog_no_volatile
PROTO
((
void
));
extern
int
offsettable_memref_p
PROTO
((
rtx
));
extern
int
offsettable_nonstrict_memref_p
PROTO
((
rtx
));
extern
int
reg_fits_class_p
PROTO
((
rtx
,
register
enum
reg_class
,
int
,
enum
machine_mode
));
extern
int
check_asm_operands
PROTO
((
rtx
));
extern
int
address_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
const_int_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
const_double_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
general_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
immediate_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
nonimmediate_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
memory_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
nonmemory_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
push_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
register_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
scratch_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
indirect_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
mode_independent_operand
PROTO
((
rtx
,
enum
machine_mode
));
extern
int
comparison_operator
PROTO
((
rtx
,
enum
machine_mode
));
extern
void
init_recog_no_volatile
PROTO
((
void
));
extern
void
init_recog
PROTO
((
void
));
extern
int
validate_replace_rtx
PROTO
((
rtx
,
rtx
,
rtx
));
extern
int
offsettable_address_p
PROTO
((
int
,
enum
machine_mode
,
rtx
));
extern
int
next_insn_tests_no_inequality
PROTO
((
rtx
));
extern
int
recog_memoized
PROTO
((
rtx
));
extern
int
validate_change
PROTO
((
rtx
,
rtx
*
,
rtx
,
int
));
extern
int
apply_change_group
PROTO
((
void
));
extern
void
cancel_changes
PROTO
((
int
));
extern
int
num_validated_changes
PROTO
((
void
));
/* In insn-recog.c */
extern
int
recog
PROTO
((
rtx
,
rtx
,
int
*
));
/* In stmt.c */
extern
void
expand_null_return
PROTO
((
void
));
...
...
This diff is collapsed.
Click to expand it.
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