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
41e8363a
Commit
41e8363a
authored
Apr 18, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r771
parent
81ac6aa5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/config.sub
+1
-1
gcc/config/ns32k/ns32k.md
+8
-0
No files found.
gcc/config.sub
View file @
41e8363a
...
@@ -160,7 +160,7 @@ case $basic_machine in
...
@@ -160,7 +160,7 @@ case $basic_machine in
;;
;;
encore
|
umax
|
mmax
)
encore
|
umax
|
mmax
)
basic_machine
=
ns32k-encore
basic_machine
=
ns32k-encore
os
=
-
sysv
os
=
-
bsd
;;
;;
genix
)
genix
)
basic_machine
=
ns32k-ns
basic_machine
=
ns32k-ns
...
...
gcc/config/ns32k/ns32k.md
View file @
41e8363a
...
@@ -2183,6 +2183,9 @@
...
@@ -2183,6 +2183,9 @@
rtx temp = XEXP (operands
[
0
]
, 0);
rtx temp = XEXP (operands
[
0
]
, 0);
if (CONSTANT_ADDRESS_P (temp))
if (CONSTANT_ADDRESS_P (temp))
{
{
#ifdef ENCORE_ASM
return
\"
bsr %?%0
\"
;
#else
#ifdef CALL_MEMREF_IMPLICIT
#ifdef CALL_MEMREF_IMPLICIT
operands
[
0
]
= temp;
operands
[
0
]
= temp;
return
\"
bsr %0
\"
;
return
\"
bsr %0
\"
;
...
@@ -2193,6 +2196,7 @@
...
@@ -2193,6 +2196,7 @@
return
\"
bsr %?%a0
\"
;
return
\"
bsr %?%a0
\"
;
#endif
#endif
#endif
#endif
#endif
}
}
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG)
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG)
#if defined (GNX_V3) || defined (CALL_MEMREF_IMPLICIT)
#if defined (GNX_V3) || defined (CALL_MEMREF_IMPLICIT)
...
@@ -2218,6 +2222,9 @@
...
@@ -2218,6 +2222,9 @@
rtx temp = XEXP (operands
[
1
]
, 0);
rtx temp = XEXP (operands
[
1
]
, 0);
if (CONSTANT_ADDRESS_P (temp))
if (CONSTANT_ADDRESS_P (temp))
{
{
#ifdef ENCORE_ASM
return
\"
bsr %?%1
\"
;
#else
#ifdef CALL_MEMREF_IMPLICIT
#ifdef CALL_MEMREF_IMPLICIT
operands
[
1
]
= temp;
operands
[
1
]
= temp;
return
\"
bsr %1
\"
;
return
\"
bsr %1
\"
;
...
@@ -2228,6 +2235,7 @@
...
@@ -2228,6 +2235,7 @@
return
\"
bsr %?%a1
\"
;
return
\"
bsr %?%a1
\"
;
#endif
#endif
#endif
#endif
#endif
}
}
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG)
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG)
#if defined (GNX_V3) || defined (CALL_MEMREF_IMPLICIT)
#if defined (GNX_V3) || defined (CALL_MEMREF_IMPLICIT)
...
...
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