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
7e929166
Commit
7e929166
authored
Feb 29, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r368
parent
2c1ebaca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/make-l2.com
+1
-2
gcc/reload1.c
+1
-0
No files found.
gcc/make-l2.com
View file @
7e929166
$! Set the def dir to proper place for use in batch. Works for interactive too.
$! Set the def dir to proper place for use in batch. Works for interactive too.
$flnm = f$enviroment("PROCEDURE") ! get current procedure name
$flnm = f$enviroment("PROCEDURE") ! get current procedure name
$set default 'f$parse(flnm,,,"DEVICE")''f$parse(flnm,,,"DIRECTORY")'
$set default 'f$parse(flnm,,,"DEVICE")''f$parse(flnm,,,"DIRECTORY")'
$@$diska:[eric]test_gcc2
$!
$!
$! Command file to build libgcc2.olb. You should only run this once you
$! Command file to build libgcc2.olb. You should only run this once you
$! have the current compiler installed, otherwise some of the builtins will
$! have the current compiler installed, otherwise some of the builtins will
...
@@ -47,7 +46,7 @@ $compile_libgcc2:
...
@@ -47,7 +46,7 @@ $compile_libgcc2:
$subroutine
$subroutine
$objname = p1
$objname = p1
$if p2.nes."" then objname = p2
$if p2.nes."" then objname = p2
$gcc/
machine/
include=([],[.config])/debug/define="''p1'" libgcc2.c/obj='objname'.obj
$gcc/include=([],[.config])/debug/define="''p1'" libgcc2.c/obj='objname'.obj
$lib libgcc2.olb 'objname'.obj
$lib libgcc2.olb 'objname'.obj
$del 'objname'.obj;/nolog
$del 'objname'.obj;/nolog
$endsubroutine
$endsubroutine
gcc/reload1.c
View file @
7e929166
...
@@ -5414,6 +5414,7 @@ gen_input_reload (reloadreg, in, before_insn)
...
@@ -5414,6 +5414,7 @@ gen_input_reload (reloadreg, in, before_insn)
we emit below. */
we emit below. */
if
(
CONSTANT_P
(
XEXP
(
in
,
1
))
if
(
CONSTANT_P
(
XEXP
(
in
,
1
))
||
GET_CODE
(
XEXP
(
in
,
1
))
==
MEM
||
(
GET_CODE
(
XEXP
(
in
,
1
))
==
REG
||
(
GET_CODE
(
XEXP
(
in
,
1
))
==
REG
&&
REGNO
(
XEXP
(
in
,
1
))
>=
FIRST_PSEUDO_REGISTER
))
&&
REGNO
(
XEXP
(
in
,
1
))
>=
FIRST_PSEUDO_REGISTER
))
move_operand
=
XEXP
(
in
,
1
),
other_operand
=
XEXP
(
in
,
0
);
move_operand
=
XEXP
(
in
,
1
),
other_operand
=
XEXP
(
in
,
0
);
...
...
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