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
0be309f7
Commit
0be309f7
authored
Oct 31, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(print_operand_address) [MOTOROLA !SGS]:
Don't subtract 2 in the address displacement. From-SVN: r2666
parent
85ddb399
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/m68k/m68k.c
+4
-4
No files found.
gcc/config/m68k/m68k.c
View file @
0be309f7
...
@@ -1787,7 +1787,7 @@ print_operand_address (file, addr)
...
@@ -1787,7 +1787,7 @@ print_operand_address (file, addr)
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
XEXP
(
ireg
,
0
))]);
reg_names
[
REGNO
(
XEXP
(
ireg
,
0
))]);
#else
#else
asm_fprintf
(
file
,
"%LL%d-%LLI%d
-2
.b(%Rpc,%s.w"
,
asm_fprintf
(
file
,
"%LL%d-%LLI%d.b(%Rpc,%s.w"
,
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
XEXP
(
ireg
,
0
))]);
reg_names
[
REGNO
(
XEXP
(
ireg
,
0
))]);
...
@@ -1807,7 +1807,7 @@ print_operand_address (file, addr)
...
@@ -1807,7 +1807,7 @@ print_operand_address (file, addr)
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
ireg
)]);
reg_names
[
REGNO
(
ireg
)]);
#else
#else
asm_fprintf
(
file
,
"%LL%d-%LLI%d
-2
.b(%Rpc,%s.l"
,
asm_fprintf
(
file
,
"%LL%d-%LLI%d.b(%Rpc,%s.l"
,
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
ireg
)]);
reg_names
[
REGNO
(
ireg
)]);
...
@@ -1839,7 +1839,7 @@ print_operand_address (file, addr)
...
@@ -1839,7 +1839,7 @@ print_operand_address (file, addr)
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
breg
)]);
reg_names
[
REGNO
(
breg
)]);
#else
#else
asm_fprintf
(
file
,
"%LL%d-%LLI%d
-2
.b(%Rpc,%s.l"
,
asm_fprintf
(
file
,
"%LL%d-%LLI%d.b(%Rpc,%s.l"
,
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
breg
)]);
reg_names
[
REGNO
(
breg
)]);
...
@@ -1934,7 +1934,7 @@ print_operand_address (file, addr)
...
@@ -1934,7 +1934,7 @@ print_operand_address (file, addr)
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
reg1
)]);
reg_names
[
REGNO
(
reg1
)]);
#else
#else
asm_fprintf
(
file
,
"%LL%d-%LLI%d
-2
.b(%Rpc,%s.l)"
,
asm_fprintf
(
file
,
"%LL%d-%LLI%d.b(%Rpc,%s.l)"
,
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
CODE_LABEL_NUMBER
(
XEXP
(
addr
,
0
)),
reg_names
[
REGNO
(
reg1
)]);
reg_names
[
REGNO
(
reg1
)]);
...
...
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