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
ad171e80
Commit
ad171e80
authored
Aug 09, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Aug 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small incremental fixes for last checkin
From-SVN: r28627
parent
49ad7cfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+0
-1
gcc/genpeep.c
+1
-0
No files found.
gcc/ChangeLog
View file @
ad171e80
Mon
Aug
9
16
:
21
:
53
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
genpeep
.
c
(
main
)
:
Make
generated
file
include
"function.h"
.
*
arm
.
c
(
function_really_clobbers_lr
)
:
Delete
INLINE_HEADER
case
.
Mon
Aug
9
10
:
08
:
50
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
Makefile
.
in
:
Update
dependencies
.
...
...
gcc/config/arm/arm.c
View file @
ad171e80
...
...
@@ -5329,7 +5329,6 @@ function_really_clobbers_lr (first)
case
NOTE
:
case
CODE_LABEL
:
case
JUMP_INSN
:
/* Jump insns only change the PC (and conds) */
case
INLINE_HEADER
:
break
;
case
INSN
:
...
...
gcc/genpeep.c
View file @
ad171e80
...
...
@@ -477,6 +477,7 @@ from the machine description file `md'. */\n\n");
printf
(
"#include
\"
real.h
\"\n
"
);
printf
(
"#include
\"
recog.h
\"\n
"
);
printf
(
"#include
\"
except.h
\"\n\n
"
);
printf
(
"#include
\"
function.h
\"\n\n
"
);
printf
(
"extern rtx peep_operand[];
\n\n
"
);
printf
(
"#define operands peep_operand
\n\n
"
);
...
...
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