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
63d415c0
Commit
63d415c0
authored
Oct 22, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indentation fixed.
From-SVN: r2548
parent
6ed0be92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/m68k.c
+3
-3
No files found.
gcc/config/m68k/m68k.c
View file @
63d415c0
...
@@ -1771,7 +1771,7 @@ print_operand_address (file, addr)
...
@@ -1771,7 +1771,7 @@ print_operand_address (file, addr)
ireg
=
reg2
;
ireg
=
reg2
;
}
}
if
(
ireg
!=
0
&&
breg
==
0
&&
GET_CODE
(
addr
)
==
LABEL_REF
if
(
ireg
!=
0
&&
breg
==
0
&&
GET_CODE
(
addr
)
==
LABEL_REF
&&
!
(
flag_pic
&&
ireg
==
pic_offset_table_rtx
))
&&
!
(
flag_pic
&&
ireg
==
pic_offset_table_rtx
))
{
{
int
scale
=
1
;
int
scale
=
1
;
if
(
GET_CODE
(
ireg
)
==
MULT
)
if
(
GET_CODE
(
ireg
)
==
MULT
)
...
@@ -1831,7 +1831,7 @@ print_operand_address (file, addr)
...
@@ -1831,7 +1831,7 @@ print_operand_address (file, addr)
break
;
break
;
}
}
if
(
breg
!=
0
&&
ireg
==
0
&&
GET_CODE
(
addr
)
==
LABEL_REF
if
(
breg
!=
0
&&
ireg
==
0
&&
GET_CODE
(
addr
)
==
LABEL_REF
&&
!
(
flag_pic
&&
breg
==
pic_offset_table_rtx
))
&&
!
(
flag_pic
&&
breg
==
pic_offset_table_rtx
))
{
{
#ifdef MOTOROLA
#ifdef MOTOROLA
#ifdef SGS
#ifdef SGS
...
@@ -1926,7 +1926,7 @@ print_operand_address (file, addr)
...
@@ -1926,7 +1926,7 @@ print_operand_address (file, addr)
break
;
break
;
}
}
else
if
(
reg1
!=
0
&&
GET_CODE
(
addr
)
==
LABEL_REF
else
if
(
reg1
!=
0
&&
GET_CODE
(
addr
)
==
LABEL_REF
&&
!
(
flag_pic
&&
reg1
==
pic_offset_table_rtx
))
&&
!
(
flag_pic
&&
reg1
==
pic_offset_table_rtx
))
{
{
#ifdef MOTOROLA
#ifdef MOTOROLA
#ifdef SGS
#ifdef SGS
...
...
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