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
6a8c88c8
Commit
6a8c88c8
authored
Mar 12, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r454
parent
0b43fd9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
gcc/config/ns32k/ns32k.c
+6
-7
No files found.
gcc/config/ns32k/ns32k.c
View file @
6a8c88c8
...
@@ -499,18 +499,15 @@ print_operand_address (file, addr)
...
@@ -499,18 +499,15 @@ print_operand_address (file, addr)
offset
=
const0_rtx
;
offset
=
const0_rtx
;
/* now, offset, base and indexexp are set */
/* now, offset, base and indexexp are set */
if
(
!
base
)
if
(
!
base
)
#ifdef PC_RELATIVE
{
{
if
(
GET_CODE
(
offset
)
==
LABEL_REF
||
GET_CODE
(
offset
)
==
SYMBOL_REF
)
#if defined (PC_RELATIVE) || defined (NO_ABSOLUTE_PREFIX_IF_SYMBOLIC
)
;
if
(
!
(
GET_CODE
(
offset
)
==
LABEL_REF
else
||
GET_CODE
(
offset
)
==
SYMBOL_REF
))
#endif
#endif
PUT_ABSOLUTE_PREFIX
(
file
);
PUT_ABSOLUTE_PREFIX
(
file
);
#ifdef PC_RELATIVE
}
}
#endif
output_addr_const
(
file
,
offset
);
output_addr_const
(
file
,
offset
);
if
(
base
)
/* base can be (REG ...) or (MEM ...) */
if
(
base
)
/* base can be (REG ...) or (MEM ...) */
switch
(
GET_CODE
(
base
))
switch
(
GET_CODE
(
base
))
{
{
...
@@ -574,10 +571,12 @@ print_operand_address (file, addr)
...
@@ -574,10 +571,12 @@ print_operand_address (file, addr)
output_addr_const
(
file
,
offset
);
output_addr_const
(
file
,
offset
);
if
(
base
)
if
(
base
)
fprintf
(
file
,
"(%s)"
,
reg_names
[
REGNO
(
base
)]);
fprintf
(
file
,
"(%s)"
,
reg_names
[
REGNO
(
base
)]);
#ifdef BASE_REG_NEEDED
else
if
(
TARGET_SB
)
else
if
(
TARGET_SB
)
fprintf
(
file
,
"(sb)"
);
fprintf
(
file
,
"(sb)"
);
else
else
abort
();
abort
();
#endif
fprintf
(
file
,
")"
);
fprintf
(
file
,
")"
);
break
;
break
;
...
...
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