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
b2e08ed4
Commit
b2e08ed4
authored
Oct 11, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.c: Fix comment typos.
From-SVN: r72331
parent
3d74bc09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.c
+3
-3
No files found.
gcc/ChangeLog
View file @
b2e08ed4
2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
* config/m68k/m68k.c: Fix comment typos.
2003-10-11 Bernardo Innocenti <bernie@develer.com>
* config/m68k/m68k-protos.h (use_return_insn): Change return type from
...
...
gcc/config/m68k/m68k.c
View file @
b2e08ed4
...
...
@@ -439,7 +439,7 @@ m68k_save_reg (unsigned int regno, bool interrupt_handler)
if
(
!
regs_ever_live
[
regno
])
return
false
;
/* Otherwise save everthing that isn't call-clobbered. */
/* Otherwise save ever
y
thing that isn't call-clobbered. */
return
!
call_used_regs
[
regno
];
}
...
...
@@ -1152,7 +1152,7 @@ m68k_output_pic_call(rtx dest)
if
(
!
(
GET_CODE
(
dest
)
==
MEM
&&
GET_CODE
(
XEXP
(
dest
,
0
))
==
SYMBOL_REF
))
out
=
"jsr %0"
;
/* We output a BSR instruction if we'
v
e using -fpic or we're building for
/* We output a BSR instruction if we'
r
e using -fpic or we're building for
* a target that supports long branches. If we're building -fPIC on the
* 68000, 68010 or ColdFire we generate one of two sequences:
* a shorter one that uses a GOT entry or a longer one that doesn't.
...
...
@@ -1625,7 +1625,7 @@ legitimize_pic_address (rtx orig, enum machine_mode mode ATTRIBUTE_UNUSED,
{
rtx
base
;
/* Make sure this
is CONST has not already been legitimized
*/
/* Make sure this
has not already been legitimized.
*/
if
(
GET_CODE
(
XEXP
(
orig
,
0
))
==
PLUS
&&
XEXP
(
XEXP
(
orig
,
0
),
0
)
==
pic_offset_table_rtx
)
return
orig
;
...
...
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