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
ac546323
Commit
ac546323
authored
Apr 17, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Apr 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to check in last night.
From-SVN: r19257
parent
2fcdec57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
gcc/ChangeLog
+21
-0
gcc/recog.c
+2
-0
No files found.
gcc/ChangeLog
View file @
ac546323
Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
* varasm.c (asm_output_bss): Add prototype.
(asm_output_aligned_bss): Likewise.
* unroll.c (verify_addresses): Add prototype.
* toplev.c: Add many prototypes. Too many to mention here.
* stmt.c (check_seenlabel): Add prototype.
* rtlanal.c (reg_set_p_1): Add prototype.
(reg_set_last_1): Likewise.
* reorg.c (find_dead_or_set_registers): Add prototype.
* regmove (try_auto_increment): Add prototype.
* reg-stack.c (pop_stack): Add prototype.
* recog.c (validate_replace_rtx_1): Add prototype.
(find_cosntant_term_loc): Likewise.
* loop.c (regs_patch_p): Add prototype.
* loop.c (regs_patch_p): Add prototype.
(add_label_notes, count_nonfixed_reads): Likewise.
(add_label_notes, count_nonfixed_reads): Likewise.
(find_single_use_in_loop): Likewise.
(find_single_use_in_loop): Likewise.
...
...
gcc/recog.c
View file @
ac546323
...
@@ -43,7 +43,9 @@ Boston, MA 02111-1307, USA. */
...
@@ -43,7 +43,9 @@ Boston, MA 02111-1307, USA. */
/* Import from final.c: */
/* Import from final.c: */
extern
rtx
alter_subreg
();
extern
rtx
alter_subreg
();
static
void
validate_replace_rtx_1
PROTO
((
rtx
*
,
rtx
,
rtx
,
rtx
));
static
rtx
*
find_single_use_1
PROTO
((
rtx
,
rtx
*
));
static
rtx
*
find_single_use_1
PROTO
((
rtx
,
rtx
*
));
static
rtx
*
find_constant_term_loc
PROTO
((
rtx
*
));
/* Nonzero means allow operands to be volatile.
/* Nonzero means allow operands to be volatile.
This should be 0 if you are generating rtl, such as if you are calling
This should be 0 if you are generating rtl, such as if you are calling
...
...
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